aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2022-08-07 01:12:20 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2022-08-07 01:13:08 +0100
commit01f13987fd963eb8b40cd65ce75f34a513425475 (patch)
tree66e491763b375004fc0c4b2da8fdc557e9f37a98 /.github/ISSUE_TEMPLATE
parent2bc07a04dc2df0b39d626bba48f068d907a1b4bc (diff)
[ci skip] Reword a couple of issue form questions
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.yml10
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.yml20
2 files changed, 15 insertions, 15 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 9177a659..92ff3834 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -1,5 +1,5 @@
name: Bug Report
-description: Report issues/unexpected behaviour with Quests
+description: Report an issue or unexpected behaviour
labels: ['bug', 'status: needs investigating']
body:
- type: markdown
@@ -16,17 +16,17 @@ body:
attributes:
label: Steps to Reproduce
description: |
- Describe any steps or details intructions to reproduce this bug.
- Your answer may include any screenshots or videos, or may list steps.
+ Describe any steps or details instructions to reproduce this bug.
+ Please include any screenshots or videos, or list steps, if possible.
validations:
required: true
- type: textarea
attributes:
label: Environment
description: |
- State the Minecraft version and server software this bug is present on.
+ State the Minecraft version and server software this bug is present on. Please also include other versions of relevant versions.
You can identify your server software by running `/version`, and your Quests version by running `/version Quests`.
- **Note:** simply stating "Latest version" is **not** enough! You must include an actual version string for all versions.
+ **Note:** simply stating "Latest version" is **not** enough! You must include the actual version!
value: |
- Minecraft version:
- Server software:
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
index a185be98..dac851d8 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -1,5 +1,5 @@
name: Feature Request
-description: Suggest an idea for Quests
+description: Request a new feature or suggest new ideas
labels: ['enhancement', 'status: needs investigating']
body:
- type: markdown
@@ -8,21 +8,21 @@ body:
Before requesting a new feature, please make sure you are on the latest version of Quests.
- type: textarea
attributes:
+ label: Description of Feature
+ description: Describe what you would like added to Quests. Videos or screenshots are welcome.
+ validations:
+ required: true
+ - type: textarea
+ attributes:
label: Reason for Addition
description: |
- Explain your rationale for coming up with this idea.
- Your answer may describe a problem you're having, or any context for this request.
+ Explain your reasoning for wanting this addition.
+ This may include a problem you're trying to solve, or any context for this request.
This field is not required.
validations:
required: false
- type: textarea
attributes:
- label: Description of Feature
- description: Discuss what you would like added to Quests. Please keep your description clear and concise.
- validations:
- required: true
- - type: textarea
- attributes:
label: Alternative Solutions
description: Discuss any other solutions you have tried to achieve what you wanted.
validations:
@@ -34,7 +34,7 @@ body:
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
+ - label: I am certain this request is unique and a similar issue is not currently open
required: true
- type: textarea
attributes: