diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-08-07 01:12:20 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-08-07 01:13:08 +0100 |
| commit | 01f13987fd963eb8b40cd65ce75f34a513425475 (patch) | |
| tree | 66e491763b375004fc0c4b2da8fdc557e9f37a98 /.github/ISSUE_TEMPLATE/bug-report.yml | |
| parent | 2bc07a04dc2df0b39d626bba48f068d907a1b4bc (diff) | |
[ci skip] Reword a couple of issue form questions
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug-report.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 10 |
1 files changed, 5 insertions, 5 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: |
