aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug-report.yml
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-24 00:47:25 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-24 00:47:25 +0100
commit8ac02ace58f81ecc8bd0aa477fbec2b40bd16b75 (patch)
tree4e298a7e83043759901d98c61b05363128549794 /.github/ISSUE_TEMPLATE/bug-report.yml
parent324c150795007853f310349dce694bdace0b1da4 (diff)
[ci skip] Update issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug-report.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.yml20
1 files changed, 14 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 6706b08b..948732a2 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -1,5 +1,6 @@
name: Bug Report
description: Report issues/unexpected behaviour with Quests
+labels: [bug]
body:
- type: markdown
attributes:
@@ -16,17 +17,20 @@ body:
label: Steps to Reproduce
description: |
Describe any steps or details intructions to reproduce this bug.
- Your answer may include any screenshots or video.
+ Your answer may include any screenshots or videos, or may list steps.
validations:
required: true
- type: textarea
attributes:
- label: Quests Version
+ label: Environment
description: |
- State the version of Quests which this bug is present on.
- You can identify your current version by running `/version Quests`.
- validations:
- required: true
+ State the Minecraft version and server software this bug is present on.
+ You can identify your server software by running `/version`, and your Quests version by running `/version Quests`.
+ value: |
+ - Minecraft version:
+ - Server software:
+ - Quests version:
+ render: markdown
- type: checkboxes
attributes:
label: Agreements
@@ -46,3 +50,7 @@ body:
This field is not required.
validations:
required: false
+ - type: markdown
+ attributes:
+ value: |
+ Thank you for taking your time to file this bug report. \ No newline at end of file