From 66c2a87b25654b1256c566619ac3676f9e60769c Mon Sep 17 00:00:00 2001 From: Chromeroni Date: Fri, 1 Jun 2018 14:58:12 +0200 Subject: [PATCH 1/2] Update issue templates Added issue template for feature requests and bug reports --- .github/ISSUE_TEMPLATE/bug_report.md | 26 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 ++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..be6277fc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +//Remove all lines starting with //. + +**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. + +**Additional context** +//Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..0ecf7431 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +//Remove all lines starting with //. + +**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. + +**Additional context** +//Add any other context or screenshots about the feature request here. From 8b3af4db32cf8f72341bd1013c68860a2a45d4c4 Mon Sep 17 00:00:00 2001 From: Aaron Kromer Date: Mon, 4 Jun 2018 17:36:15 +0200 Subject: [PATCH 2/2] Updated issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 18 ++++++------------ .github/ISSUE_TEMPLATE/feature_request.md | 10 ++++------ 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index be6277fc..ed1f5260 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,23 +4,17 @@ about: Create a report to help us improve --- -//Remove all lines starting with //. - **Describe the bug** -//A clear and concise description of what the bug is. +// text goes here -**To Reproduce** -//Steps to reproduce the behavior: -//1. Go to '...' -//2. Click on '....' -//3. Scroll down to '....' -//4. See error +**How to reproduce** +// text goes here **Expected behavior** -//A clear and concise description of what you expected to happen. +// text goes here **Screenshots** -//If applicable, add screenshots to help explain your problem. +// only if available **Additional context** -//Add any other context about the problem here. +// text goes here diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 0ecf7431..cccc5118 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,13 +4,11 @@ about: Suggest an idea for this project --- -//Remove all lines starting with //. - -**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 current situation / your motivation for the change** +// text goes here **Describe the solution you'd like** -//A clear and concise description of what you want to happen. +// text goes here **Additional context** -//Add any other context or screenshots about the feature request here. +// text goes here