Update bug report templat
Adds macOS 12 and field for Qt version
This commit is contained in:
parent
bfd63bfe5f
commit
813ba7e895
|
@ -13,20 +13,33 @@ body:
|
||||||
id: hydrus_version
|
id: hydrus_version
|
||||||
attributes:
|
attributes:
|
||||||
label: Hydrus version
|
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.
|
placeholder: v447 or just 447 are both acceptable.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: dropdown
|
||||||
id: os
|
id: os
|
||||||
attributes:
|
attributes:
|
||||||
label: Operating system
|
label: Operating system
|
||||||
description: What operating system do you use?
|
description: What operating system do you use?
|
||||||
options:
|
options:
|
||||||
- Windows 10
|
|
||||||
- Windows 11
|
- Windows 11
|
||||||
|
- Windows 10
|
||||||
- Windows other (specify in comments)
|
- Windows other (specify in comments)
|
||||||
|
- macOS 12 "Monterey" (Apple silicon)
|
||||||
|
- macOS 12 "Monterey" (Intel)
|
||||||
- macOS 11 "Big Sur" (Apple silicon)
|
- macOS 11 "Big Sur" (Apple silicon)
|
||||||
- macOS 11 "Big Sur" (Intel)
|
- macOS 11 "Big Sur" (Intel)
|
||||||
- macOS 10.15 "Catalina"
|
- macOS 10.15 "Catalina"
|
||||||
|
|
Loading…
Reference in New Issue