From 0909ebdb57ec2e9bf1ba4ae9b57effdbed615a19 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 2 Jun 2020 15:30:40 +0200 Subject: [PATCH] Improve issue templates The bug report template was inspired by Godot's. Using an empty template is no longer allowed to increase the likelihood that people fill in the required fields when reporting bugs. --- .github/ISSUE_TEMPLATE/ask-question.md | 10 ---------- .github/ISSUE_TEMPLATE/ask_question.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 19 ++++++++++++++++++- .github/ISSUE_TEMPLATE/config.yml | 2 ++ .github/ISSUE_TEMPLATE/feature_request.md | 5 +++-- 5 files changed, 34 insertions(+), 13 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/ask-question.md create mode 100644 .github/ISSUE_TEMPLATE/ask_question.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/ask-question.md b/.github/ISSUE_TEMPLATE/ask-question.md deleted file mode 100644 index 7b5f76d7..00000000 --- a/.github/ISSUE_TEMPLATE/ask-question.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Ask Question -about: Post a question -title: '' -labels: question -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/ask_question.md b/.github/ISSUE_TEMPLATE/ask_question.md new file mode 100644 index 00000000..366f3c2f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ask_question.md @@ -0,0 +1,11 @@ +--- +name: Ask a question +about: Post a question about ArmorPaint +title: '' +labels: question +assignees: '' +--- + + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cf8528b0..fdcb7f15 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,4 +7,21 @@ assignees: '' --- -*Please specify your ArmorPaint version and OS.* + + +**ArmorPaint version:** + + + +**OS/device including version:** + + + +**Issue description:** + + + +**Steps to reproduce:** + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..2b983b40 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,2 @@ +# Disallow blank issues to make sure people follow one of the templates. +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e431c1b9..59f262ba 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,7 +4,8 @@ about: Create a feature request title: '' labels: feature request assignees: '' - --- - +