diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-08-01 18:40:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-01 18:40:11 +0200 |
commit | bd9140f1f37dc115c3ec0fd86eb11d3e3d6c117c (patch) | |
tree | b2bc2fdc221710de5f379cd63832104be9f15735 /.github | |
parent | b15544c163ccbca08ea498b3b3a51c82d7fb3e12 (diff) | |
parent | 9d78b2d259288c3cc863ccf698c0ecc00b273ced (diff) | |
download | PrismLauncher-bd9140f1f37dc115c3ec0fd86eb11d3e3d6c117c.tar.gz PrismLauncher-bd9140f1f37dc115c3ec0fd86eb11d3e3d6c117c.tar.bz2 PrismLauncher-bd9140f1f37dc115c3ec0fd86eb11d3e3d6c117c.zip |
Merge pull request #1008 from DioEgizio/qt-version-issue-template
chore: update issue template to ask about Qt version
Diffstat (limited to '.github')
-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..ab3c8a29 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 |