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" --- 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: +