Skip to content

Commit

Permalink
Add field for the app to the bug report issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti authored and kewisch committed Oct 11, 2024
1 parent 587b49e commit 7757b44
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,24 @@ body:
required: true
- label: I will describe the problem with as much detail as possible.
required: true
- type: dropdown
id: app
attributes:
label: App
multiple: false
options:
- Thunderbird for Android
- K-9 Mail
validations:
required: true
- type: input
id: version
attributes:
label: App version
description: |
What's the "latest version" changes all the time, so we need the exact version number. You can find it
inside the app under *Settings → About*.
placeholder: x.yyy
placeholder: x.y
validations:
required: true
- type: dropdown
Expand Down

0 comments on commit 7757b44

Please sign in to comment.