diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index e2c1302b81..196532b71b 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,30 +1,52 @@ --- -name: 🐛 Bug Report -about: When something isn't working correctly -labels: ":mag_right: needs investigating" +name: ":bug: Bug Report" +about: "Use this if something isn't working how you think it should or you think you've found a bug" +labels: "type/bug", "state/awaiting-investigation", "state/awaiting-triage" --- -# Bug Report - +# Bug Report + + ## Steps to reproduce + 1. 2. 3. ## Expected result + ## Actual result + ## Testcase - + + +## Screenshot (if possible) + ## Version -x.x.x + +2.x.x diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 98efa1215e..18c14669d6 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,18 +1,43 @@ --- -name: 🚀 Feature Request -about: Suggest a new feature -labels: ":zap: enhancement" +name: ":rocket: Feature Request" +about: "Use this to suggest new feature/enhancements" +labels: "type/feat", "state/awaiting-triage" --- + + # Feature Request + -## Description -Explain what you want in great detail +## Example (if possible) + -## Testcase (when possible) - +## Screenshot (if possible) + diff --git a/.github/ISSUE_TEMPLATE/Help_wanted.md b/.github/ISSUE_TEMPLATE/Help_wanted.md index 3e37546b6c..41adf5db8b 100644 --- a/.github/ISSUE_TEMPLATE/Help_wanted.md +++ b/.github/ISSUE_TEMPLATE/Help_wanted.md @@ -1,10 +1,22 @@ --- -name: 📓 Support Question -about: If you have a question or need a helping hand -labels: ":thought_balloon: usage question" +name: ":notebook: Support Question" +about: "Use this if you have a any question or need a helping hand" +labels: "type/usage", "state/awaiting-triage" --- # Help Wanted + -## Problem -Describe your problem in great detail +## Testcase + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4ff6134e54..04bd59e885 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,15 +1,43 @@ ## Description + ## Testcase - + -## Screenshot (when possible) -![]() +## Screenshot (if possible) + ## Closes -#222 #333 #444 + +#, #, #