Merge pull request #20192 from cbjeukendrup/issue_form_add_accessibility_issue_type

Issue form: add accessibility issue type
This commit is contained in:
Casper Jeukendrup 2023-11-27 11:14:29 +01:00 committed by GitHub
commit 1376946db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,7 @@ body:
- Engraving bug (incorrect score rendering)
- UX/Interaction bug (incorrect behaviour)
- UI bug (incorrect info or interface appearance)
- Accessibility issue (e.g. for keyboard-only or screen reader users)
- VST bug
- Muse Sounds bug
- General playback bug

View File

@ -6,6 +6,8 @@ engraving:
- "UX/Interaction bug \\(incorrect behaviour\\)"
UI:
- "UI bug \\(incorrect info or interface appearance\\)"
accessibility:
- "Accessibility issue \\(e\\.g\\. for keyboard-only or screen reader users\\)"
VST:
- "VST bug"
"Muse Sounds":

View File

@ -13,6 +13,8 @@ playback:
- DmitryArefiev
UI:
- Eism
accessibility:
- Eism
cloud:
- shoogle
- cbjeukendrup