Update bug_report.yaml

tweak
This commit is contained in:
tteckster 2023-08-23 13:25:19 -04:00 committed by GitHub
parent b6a3e822b1
commit d55d44bc9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 4 deletions

View File

@ -22,13 +22,19 @@ body:
label: A clear and concise description of the issue. label: A clear and concise description of the issue.
validations: validations:
required: true required: true
- type: input - type: dropdown
id: distribution id: distribution
attributes:
label: Which Linux distribution are you employing?
placeholder: 'Debian 11'
validations: validations:
required: true required: true
attributes:
label: Which Linux distribution are you employing?
options:
- Default Settings
- Debian 11
- Debian 12
- Ubuntu 20.04
- Ubuntu 22.04
- Ubuntu 23.04
- type: textarea - type: textarea
id: screenshot id: screenshot
attributes: attributes: