diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug-report.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 65233724..9177a659 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -26,6 +26,7 @@ body: description: | 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`. + **Note:** simply stating "Latest version" is **not** enough! You must include an actual version string for all versions. value: | - Minecraft version: - Server software: @@ -52,4 +53,4 @@ body: - type: markdown attributes: value: | - Thank you for taking your time to file this bug report.
\ No newline at end of file + Thank you for taking your time to file this bug report. |
