diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4b7b130f..cac47aa2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Something isn't working +about: Something isn't working, broken, not expected behavior title: '' labels: 'bug' assignees: '' @@ -10,6 +10,8 @@ assignees: '' [//]: # (Lines in this format are considered as comments and will not be displayed.) [//]: # (Before reporting make sure you're running the **latest build** of the plugin and checked for existing issues!) +[//]: # (Type: This ticket is about bugs - broken, not expected behavior) + ### What behaviour is observed: [//]: # (What happened?) diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md index 6814d40c..c267a165 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.md +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -8,6 +8,9 @@ assignees: '' --- [//]: # (Lines in this format are considered as comments and will not be displayed.) +[//]: # (Before reporting make sure you're running the **latest build** of the plugin and checked for existing issues!) + +[//]: # (This ticket is about suggestions for a feature or particular enhancement) ### 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 [...]) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index a0082228..54207c2d 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -7,4 +7,8 @@ assignees: '' --- +[//]: # (Lines in this format are considered as comments and will not be displayed.) +[//]: # (Before reporting make sure you're running the **latest build** of the plugin and checked for existing issues!) +[//]: # (Type: This ticket doesn't fit the other issue types and is about general questions. Example includes how to set +it up or how it is working internally)