Add UX/Interaction bug option to issue form

This commit is contained in:
Casper Jeukendrup 2023-11-17 15:19:05 +01:00
parent 873fdac890
commit 314dab4086
No known key found for this signature in database
GPG key ID: 6C571BEF59E722DD
2 changed files with 11 additions and 9 deletions

View file

@ -8,14 +8,15 @@ body:
description: What kind of issue are you experiencing? description: What kind of issue are you experiencing?
options: options:
- Choose option... - Choose option...
- File corruption
- Crash or freeze - Crash or freeze
- Engraving bug - Engraving bug (incorrect score rendering)
- UI bug - UX/Interaction bug (incorrect behaviour)
- UI bug (incorrect info or interface appearance)
- VST bug - VST bug
- Muse Sounds bug - Muse Sounds bug
- General playback bug - General playback bug
- Cloud saving/loading issue - Cloud saving/loading issue
- File corruption
- Other type of issue - Other type of issue
validations: validations:
required: true required: true

View file

@ -1,25 +1,26 @@
corruption:
- "File corruption"
crash: crash:
- "Crash or freeze" - "Crash or freeze"
engraving: engraving:
- "Engraving bug" - "Engraving bug (incorrect score rendering)"
"UX/interaction":
- "UX/Interaction bug (incorrect behaviour)"
UI:
- "UI bug (incorrect info or interface appearance)"
VST: VST:
- "VST bug" - "VST bug"
"Muse Sounds": "Muse Sounds":
- "Muse Sounds bug" - "Muse Sounds bug"
playback: playback:
- "General playback bug" - "General playback bug"
UI:
- "UI bug"
cloud: cloud:
- "Cloud saving/loading issue" - "Cloud saving/loading issue"
corruption:
- "File corruption"
"needs review": "needs review":
- "Other type of issue" - "Other type of issue"
regression: regression:
- "Yes, this used to work in a previous version of MuseScore 4.x" - "Yes, this used to work in a previous version of MuseScore 4.x"
regression_ms3: regression_ms3:
- "Yes, this used to work in MuseScore 3.x and now is broken" - "Yes, this used to work in MuseScore 3.x and now is broken"