diff options
author | timoreo22 <timo.oreo34@gmail.com> | 2022-05-13 14:42:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 14:42:26 +0200 |
commit | c83e16aba4651e4d8cd8eaab2fc6e6d0f51f465a (patch) | |
tree | 06f2878e6d175eb0b8cd2bb7f668f6dd11e18f1b | |
parent | d85fc456a9875c1d8a21cd58f36b6fbffb6f6d1e (diff) | |
parent | 512d7b07d01d82822a728b40dddb0efbf441dc00 (diff) | |
download | PrismLauncher-c83e16aba4651e4d8cd8eaab2fc6e6d0f51f465a.tar.gz PrismLauncher-c83e16aba4651e4d8cd8eaab2fc6e6d0f51f465a.tar.bz2 PrismLauncher-c83e16aba4651e4d8cd8eaab2fc6e6d0f51f465a.zip |
Merge pull request #553 from DioEgizio/add-version-PolyMC
chore: add version of polymc area in bug report template
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 7 |
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! |