aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-05-11 15:18:07 +0200
committerGitHub <noreply@github.com>2022-05-11 15:18:07 +0200
commit512d7b07d01d82822a728b40dddb0efbf441dc00 (patch)
tree21a5936eecc40a61982a9ea09364b08a6696b99a /.github
parent649b8ac7c6e12fcf91d204f908e027d3bfbb6a2a (diff)
downloadPrismLauncher-512d7b07d01d82822a728b40dddb0efbf441dc00.tar.gz
PrismLauncher-512d7b07d01d82822a728b40dddb0efbf441dc00.tar.bz2
PrismLauncher-512d7b07d01d82822a728b40dddb0efbf441dc00.zip
chore: add version of polymc area in bug report template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 1ede3f74..b387f46a 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -25,6 +25,13 @@ body:
- Other
- type: textarea
attributes:
+ label: Version of PolyMC
+ description: The version of PolyMC used in the bug report.
+ placeholder: PolyMC 1.2.2
+ validations:
+ required: true
+- type: textarea
+ attributes:
label: Description of bug
description: What did you expect to happen, what happened, and why is it incorrect?
placeholder: The cat button should show a cat, but it showed a dog instead!