From 61a2144cfa19c4dd2fd394982d049fbe26127113 Mon Sep 17 00:00:00 2001 From: Nico Passlick Date: Sat, 30 May 2020 21:52:28 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/01_bugs.md | 45 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/02_feature_request.md | 29 +++++++++++++ .github/ISSUE_TEMPLATE/03_enhancement.md | 22 ++++++++++ .github/ISSUE_TEMPLATE/04_questions.md | 18 ++++++++ .github/ISSUE_TEMPLATE/05_other.md | 13 ++++++ .github/ISSUE_TEMPLATE/bug_report.md | 31 -------------- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 20 --------- 8 files changed, 128 insertions(+), 51 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/01_bugs.md create mode 100644 .github/ISSUE_TEMPLATE/02_feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/03_enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/04_questions.md create mode 100644 .github/ISSUE_TEMPLATE/05_other.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/01_bugs.md b/.github/ISSUE_TEMPLATE/01_bugs.md new file mode 100644 index 0000000..3e38afd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01_bugs.md @@ -0,0 +1,45 @@ +--- +name: "\U0001F6A8 Bug Report" +about: Did you come across a bug or unexpected behaviour differing from the docs? +title: "[BUG] Your Title Here" +labels: bug + +--- + + +## Describe the bug + + + +## Expected behaviour + + + +## Steps to reproduce the issue + + + + + +## Technical details + +- Server/Desktop OS (Windows/Linux/Mac): +- OS Version: +- Software Version: + +## Possible Fix + + + +## Additional context + + diff --git a/.github/ISSUE_TEMPLATE/02_feature_request.md b/.github/ISSUE_TEMPLATE/02_feature_request.md new file mode 100644 index 0000000..ba42526 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_feature_request.md @@ -0,0 +1,29 @@ +--- +name: "\U0001F381 Feature Request" +about: Do you have an idea for a new feature? +title: "[REQ] Your Title Here" +labels: feature request + +--- + + +## Feature description + + + +## Problem and motivation + + +## Is this something you're interested in working on + + diff --git a/.github/ISSUE_TEMPLATE/03_enhancement.md b/.github/ISSUE_TEMPLATE/03_enhancement.md new file mode 100644 index 0000000..7fb8615 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03_enhancement.md @@ -0,0 +1,22 @@ +--- +name: "\u23F1\uFE0F Enhancement Request" +about: Do you have an idea for an enhancement? +title: "[ENH] Your Title Here" +labels: enhancement + +--- + + + +## Current Implementation + + +## Suggested Enhancement + + +## Expected Benefits + diff --git a/.github/ISSUE_TEMPLATE/04_questions.md b/.github/ISSUE_TEMPLATE/04_questions.md new file mode 100644 index 0000000..c805cd5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04_questions.md @@ -0,0 +1,18 @@ +--- +name: "\U00002753 Questions?" +about: If you have *specific* questions about pieces of the code or documentation for this component, please post them here. +title: "[QUE] Your Title Here" +labels: question + +--- + + +## Your Question + +* Source File: +* Line(s): +* Question: diff --git a/.github/ISSUE_TEMPLATE/05_other.md b/.github/ISSUE_TEMPLATE/05_other.md new file mode 100644 index 0000000..0909c88 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/05_other.md @@ -0,0 +1,13 @@ +--- +name: "\U0001F4AC Anything else?" +about: For conceptual questions, please consider to open an issue in the documentation repository. +title: "[OTH] Your Title Here" + +--- + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index cfc251b..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "[BUG]" -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop / Server (please complete the following information):** - - OS: [e.g. Debian] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index d36cbc7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[REQUEST]" -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -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. - -**Additional context** -Add any other context or screenshots about the feature request here.