mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-28 13:58:23 +02:00
Merge pull request #1502 from nichwall/bug_report_template_issue
Fix: validation and strings for options
This commit is contained in:
commit
5ec27932b0
1 changed files with 14 additions and 12 deletions
26
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
26
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -14,12 +14,14 @@ body:
|
||||||
value: 'Join the [discord server](https://discord.gg/HQgCbd6E75) for questions or if you are not sure about a bug.'
|
value: 'Join the [discord server](https://discord.gg/HQgCbd6E75) for questions or if you are not sure about a bug.'
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: confirm-check
|
id: confirm-check
|
||||||
required: true
|
|
||||||
attributes:
|
attributes:
|
||||||
label: I have verified that the [bug is not already awaiting release](https://github.com/advplyr/audiobookshelf-app/issues?q=is%3Aissue%20label%3A%22awaiting%20release%22)
|
label: I have verified that the [bug is not already awaiting release](https://github.com/advplyr/audiobookshelf-app/issues?q=is%3Aissue%20label%3A%22awaiting%20release%22)
|
||||||
|
multiple: false
|
||||||
options:
|
options:
|
||||||
- Yes
|
- 'Yes'
|
||||||
- No
|
- 'No'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -52,7 +54,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Phone Model
|
label: Phone Model
|
||||||
description: What kind of phone are you using?
|
description: What kind of phone are you using?
|
||||||
placeholder: e.g. Pixel 6, iPhone 14, Samusung Galaxy s23, etc
|
placeholder: e.g. Pixel 6, iPhone 14, Samsung Galaxy s23, etc
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
@ -70,10 +72,10 @@ body:
|
||||||
description: Please ensure your app is up to date. *If you are using a 3rd-party app, please reach out to them directly.*
|
description: Please ensure your app is up to date. *If you are using a 3rd-party app, please reach out to them directly.*
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- Android App - 0.9.79
|
- 'Android App - 0.9.79'
|
||||||
- iOS App - 0.9.79
|
- 'iOS App - 0.9.79'
|
||||||
- Android App - 0.9.78
|
- 'Android App - 0.9.78'
|
||||||
- iOS App - 0.9.78
|
- 'iOS App - 0.9.78'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
@ -82,10 +84,10 @@ body:
|
||||||
label: Installation Source
|
label: Installation Source
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- Google Play Store
|
- 'Google Play Store'
|
||||||
- Testflight
|
- 'Testflight'
|
||||||
- SideStore
|
- 'SideStore'
|
||||||
- Other (List in "Additional Notes")
|
- 'Other (List in "Additional Notes")'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue