diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 491b981b..b2373ca4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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.' - type: dropdown id: confirm-check - required: true 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) + multiple: false options: - - Yes - - No + - 'Yes' + - 'No' + validations: + required: true - type: textarea id: what-happened attributes: @@ -52,7 +54,7 @@ body: attributes: label: Phone Model 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: required: true - 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.* multiple: true options: - - Android App - 0.9.79 - - iOS App - 0.9.79 - - Android App - 0.9.78 - - iOS App - 0.9.78 + - 'Android App - 0.9.79' + - 'iOS App - 0.9.79' + - 'Android App - 0.9.78' + - 'iOS App - 0.9.78' validations: required: true - type: dropdown @@ -82,10 +84,10 @@ body: label: Installation Source multiple: true options: - - Google Play Store - - Testflight - - SideStore - - Other (List in "Additional Notes") + - 'Google Play Store' + - 'Testflight' + - 'SideStore' + - 'Other (List in "Additional Notes")' validations: required: true - type: textarea