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?
options:
- Choose option...
- File corruption
- Crash or freeze
- Engraving bug
- UI bug
- Engraving bug (incorrect score rendering)
- UX/Interaction bug (incorrect behaviour)
- UI bug (incorrect info or interface appearance)
- VST bug
- Muse Sounds bug
- General playback bug
- Cloud saving/loading issue
- File corruption
- Other type of issue
validations:
required: true

View file

@ -1,25 +1,26 @@
corruption:
- "File corruption"
crash:
- "Crash or freeze"
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 bug"
"Muse Sounds":
- "Muse Sounds bug"
playback:
- "General playback bug"
UI:
- "UI bug"
cloud:
- "Cloud saving/loading issue"
corruption:
- "File corruption"
"needs review":
- "Other type of issue"
regression:
- "Yes, this used to work in a previous version of MuseScore 4.x"
regression_ms3:
- "Yes, this used to work in MuseScore 3.x and now is broken"