diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-08-01 14:40:55 +0200 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-08-01 14:40:55 +0200 |
commit | 9c9528838a514b26243d69b81018afc6fb5cfe91 (patch) | |
tree | 616631f98de289e2623c44726c333d2187fcf72e /.github/ISSUE_TEMPLATE | |
parent | b15544c163ccbca08ea498b3b3a51c82d7fb3e12 (diff) | |
download | PrismLauncher-9c9528838a514b26243d69b81018afc6fb5cfe91.tar.gz PrismLauncher-9c9528838a514b26243d69b81018afc6fb5cfe91.tar.bz2 PrismLauncher-9c9528838a514b26243d69b81018afc6fb5cfe91.zip |
chore: update issue template to ask about Qt version
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bac73932..3f00609e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -27,7 +27,14 @@ body: attributes: label: Version of PolyMC description: The version of PolyMC used in the bug report. - placeholder: PolyMC 1.3.2 + placeholder: PolyMC 1.4.1 + validations: + required: true +- type: textarea + attributes: + label: Version of Qt + description: The version of Qt used in the bug report. You can find it in Help- About PolyMC- About Qt. + placeholder: Qt 6.3.0 validations: required: true - type: textarea |