From 6fd4176d49c9072b1bd881711f118dadbbf9d18b Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Fri, 2 Oct 2020 16:21:46 +0300 Subject: [PATCH 1/2] Add new labels on templated issues to help with triage --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a1fa213..cf2e75c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: "\U0001F41B Bug report" about: Create a report to help us repair something that is currently broken -labels: bug +labels: "needs: triage, bug" --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ade1588..95c3a2a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: "\U0001F680 Feature request" about: Suggest a new feature or a big change -labels: enhancement +labels: "needs: discussion, enhancement" --- From f40224d0489cfbbf51e960e04a06b2dac5f4704d Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Fri, 2 Oct 2020 16:23:07 +0300 Subject: [PATCH 2/2] Add a helper issue template to help decide on the type of problem --- .github/ISSUE_TEMPLATE/not_working.md | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/not_working.md diff --git a/.github/ISSUE_TEMPLATE/not_working.md b/.github/ISSUE_TEMPLATE/not_working.md new file mode 100644 index 0000000..8920da9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/not_working.md @@ -0,0 +1,34 @@ +--- +name: "\U0001F494 Something is not working" +about: When you're seeing errors and you're not sure if there are because of a bug, a missing feature, or a misconfiguration +labels: "needs: triage, help wanted" + +--- + + +### Issue description + + +#### Expected behaviour + + +#### Actual behaviour + + +### How to reproduce + + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +### Your personal set up + + + - OS: + + - Version: + + - Configuration: +