aboutsummaryrefslogtreecommitdiffstats
path: root/.github
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
parent324c150795007853f310349dce694bdace0b1da4 (diff)
[ci skip] Update issue templates
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.yml20
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml10
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.yml3
3 files changed, 21 insertions, 12 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
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 7047338d..61f0c342 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,5 @@
-blank_issues_enabled: true
-#contact_links:
-# - name: Discord
-# url: https://discord.gg/mQ2RcJC
-# about: If you are having any minor issues or need help with the plugin, you can come ask us on our Discord server.
+blank_issues_enabled: false
+contact_links:
+ - name: Discord
+ url: https://discord.gg/mQ2RcJC
+ about: **Please do not use Discord to file bug reports or make suggestions.** If you are having any minor issues or need help with the plugin, you can come ask us on our Discord server.
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
index 72640004..9c92699c 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -1,5 +1,6 @@
name: Feature Request
description: Suggest an idea for Quests
+labels: [enhancement]
body:
- type: markdown
attributes:
@@ -9,7 +10,7 @@ body:
attributes:
label: Reason for Addition
description: |
- Discuss your rationale for coming up with this idea.
+ Explain your rationale for coming up with this idea.
Your answer may describe a problem you're having, or any context for this request.
This field is not required.
validations: