From 813ba7e895153a6ca03020a76205034297a28fe5 Mon Sep 17 00:00:00 2001 From: Paul Friederichsen Date: Tue, 6 Sep 2022 10:52:05 -0500 Subject: [PATCH 1/2] Update bug report templat Adds macOS 12 and field for Qt version --- .github/ISSUE_TEMPLATE/bug_report.yaml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 9fb61d61..7b91742c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -13,10 +13,21 @@ body: id: hydrus_version attributes: label: Hydrus version - description: You can find this in the about page from the "help" menu. Kindly update to the latest version before filing a report. + description: You can find this in the "about" dialog from the "help" menu. Kindly update to the latest version before filing a report. placeholder: v447 or just 447 are both acceptable. validations: required: true + + - type: dropdown + id: hydrus_qt + attributes: + label: Qt major version + description: You can find this in the "about Qt" dialog from the "help" menu. + options: + - Qt 6 + - Qt 5 + validations: + required: true - type: dropdown id: os @@ -24,9 +35,11 @@ body: label: Operating system description: What operating system do you use? options: - - Windows 10 - Windows 11 + - Windows 10 - Windows other (specify in comments) + - macOS 12 "Monterey" (Apple silicon) + - macOS 12 "Monterey" (Intel) - macOS 11 "Big Sur" (Apple silicon) - macOS 11 "Big Sur" (Intel) - macOS 10.15 "Catalina" From a0f96c842903252764e4969b9a2ee34cc7517829 Mon Sep 17 00:00:00 2001 From: Paul Friederichsen Date: Tue, 6 Sep 2022 10:53:03 -0500 Subject: [PATCH 2/2] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 7b91742c..c6f6db4e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -19,7 +19,7 @@ body: required: true - type: dropdown - id: hydrus_qt + id: qt_version attributes: label: Qt major version description: You can find this in the "about Qt" dialog from the "help" menu.