From dded50a466b61af18d48f7e34581075aa9f3580e Mon Sep 17 00:00:00 2001 From: Daniel Saukel Date: Fri, 15 Feb 2019 19:08:34 +0100 Subject: [PATCH] New issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++ .github/ISSUE_TEMPLATE/question.md | 21 ++++++++++++++++ ISSUE_TEMPLATE.md | 22 ----------------- 4 files changed, 67 insertions(+), 22 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md delete mode 100644 ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..a3efd788 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a bug report to help us improve + +--- + +**Description** + +[//]: # (A clear and concise description of what the bug is.) + +**Reproduce** + +[//]: # (List steps to reproduce) + +**Expected behavior** + +[//]: # (A clear and concise description of what you expected to happen.) + +**Screenshots / GIFs / videos** + +[//]: # (If applicable, add screenshots to help explain your problem.) + +**Relevant configuration files** + +[//]: # (Please paste the relevant configuration files in the line between the quotation marks:) + +``` + +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..2b108ed0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**Please describe the use case or the problem your request is related to.** + +[//]: # (A clear and concise description of what the problem is. Ex. I'm always frustrated when [...];) + +**Describe the solution you'd like** + +[//]: # (A clear and concise description of what you want to happen.) + +**Describe alternatives you've considered** + +[//]: # (A clear and concise description of any alternative solutions or features you've considered.) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..6b89e1bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,21 @@ +--- +name: Question +about: About things you do not understand in the documentation + +--- + +**The feature you'd like to know more about** + +[//]: # (e.g. game rules) + +**Link to the wiki article (in case it exists)** + +**What did you already try?** + +**Relevant configuration files** + +[//]: # (Please paste the relevant configuration files in the line between the quotation marks:) + +``` + +``` diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 9abd8ae1..00000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,22 +0,0 @@ -[//]: # (Welcome to the DungeonsXL issue tracker.) -[//]: # (Please use the following template for bug reports:) - -### Expected behavior - - -### Actual behavior - - -### Steps to reproduce - - -[//]: # (Please use the following template for feature requests:) - -### Explanation of the requested feature - - -### Possible use cases - - -[//]: # (Feel free to ask comprehension questions without using one of the templates above.) -[//]: # (Please don't hesitate to open one issue per issue instead of putting thematically unrelated problems together in one.)