aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug-report.yml
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-21 02:08:17 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-21 02:08:17 +0100
commit1d77e70c03d78353efeb351f98cad359d1a4c3d0 (patch)
tree2ded2291b8b8247cf46524dc0363b0d6df172f76 /.github/ISSUE_TEMPLATE/bug-report.yml
parentfdb88558e224aa1cf275b37dcbea3cad755b87f8 (diff)
Update issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug-report.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.yml48
1 files changed, 48 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
new file mode 100644
index 00000000..6706b08b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -0,0 +1,48 @@
+name: Bug Report
+description: Report issues/unexpected behaviour with Quests
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Before reporting an issue here, please make sure you are on the latest version of Quests.
+ - type: textarea
+ attributes:
+ label: Description of Bug
+ description: Describe what went wrong, and what the expected behaviour was.
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Steps to Reproduce
+ description: |
+ Describe any steps or details intructions to reproduce this bug.
+ Your answer may include any screenshots or video.
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Quests Version
+ 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
+ - type: checkboxes
+ attributes:
+ label: Agreements
+ description: Please agree to the following.
+ options:
+ - label: I am running the latest version of Quests
+ required: true
+ - label: I am certain this issue is unique and a similar issue is not currently open
+ required: true
+ - label: I am using a version of Minecraft which is supported by Quests
+ required: true
+ - type: textarea
+ attributes:
+ label: Other
+ description: |
+ Please include other helpful information below.
+ This field is not required.
+ validations:
+ required: false