From 4be0e1333d8893265f5ec4d59dc8dd2da0145c2a Mon Sep 17 00:00:00 2001 From: games647 Date: Sat, 19 Jun 2021 18:02:11 +0200 Subject: [PATCH] [CI-SKIP] Add issue template descriptions --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +++- .github/ISSUE_TEMPLATE/enhancement_request.md | 3 +++ .github/ISSUE_TEMPLATE/question.md | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) 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)