Add 0.9.64 to issue templates

This commit is contained in:
advplyr
2024-06-04 10:23:21 -05:00
parent a73ec783d5
commit 92344325b6
2 changed files with 17 additions and 13 deletions
+10 -8
View File
@@ -1,17 +1,17 @@
name: 🐞 ABS App Bug Report name: 🐞 ABS App Bug Report
description: File a bug/issue and help us improve the Audiobookshelf mobile apps. description: File a bug/issue and help us improve the Audiobookshelf mobile apps.
title: '[Bug]: ' title: "[Bug]: "
labels: ['bug', 'triage'] labels: ["bug", "triage"]
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: '## App Bug Description' value: "## App Bug Description"
- type: markdown - type: markdown
attributes: attributes:
value: 'Thank you for filing a bug report! 🐛' value: "Thank you for filing a bug report! 🐛"
- type: markdown - type: markdown
attributes: attributes:
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: textarea - type: textarea
id: what-happened id: what-happened
attributes: attributes:
@@ -25,7 +25,7 @@ body:
attributes: attributes:
label: Steps to Reproduce the Issue label: Steps to Reproduce the Issue
description: Please help us understand how we can reliably reproduce the issue. description: Please help us understand how we can reliably reproduce the issue.
placeholder: '1. Go to the library page of a Podcast library and...' placeholder: "1. Go to the library page of a Podcast library and..."
validations: validations:
required: true required: true
- type: textarea - type: textarea
@@ -38,7 +38,7 @@ body:
required: true required: true
- type: markdown - type: markdown
attributes: attributes:
value: '## Mobile Environment' value: "## Mobile Environment"
- type: input - type: input
id: phone-model id: phone-model
attributes: attributes:
@@ -62,6 +62,8 @@ 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.64
- iOS App - 0.9.64
- Android App - 0.9.63 - Android App - 0.9.63
- iOS App - 0.9.63 - iOS App - 0.9.63
validations: validations:
@@ -83,4 +85,4 @@ body:
attributes: attributes:
label: Additional Notes label: Additional Notes
description: Anything else you want to add? description: Anything else you want to add?
placeholder: 'e.g. I have tried X, Y, and Z.' placeholder: "e.g. I have tried X, Y, and Z."
+7 -5
View File
@@ -1,14 +1,14 @@
name: 🚀 App Feature Request name: 🚀 App Feature Request
description: Request a feature/enhancement description: Request a feature/enhancement
title: '[Enhancement]: ' title: "[Enhancement]: "
labels: ['enhancement'] labels: ["enhancement"]
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: '## App Feature Request Description' value: "## App Feature Request Description"
- type: markdown - type: markdown
attributes: attributes:
value: 'Please first search in both issues & discussions for your enhancement and make sure your app is up to date.' value: "Please first search in both issues & discussions for your enhancement and make sure your app is up to date."
- type: textarea - type: textarea
id: describe id: describe
attributes: attributes:
@@ -35,7 +35,7 @@ body:
required: true required: true
- type: markdown - type: markdown
attributes: attributes:
value: '## App Current Implementation' value: "## App Current Implementation"
- type: dropdown - type: dropdown
id: version id: version
attributes: attributes:
@@ -43,6 +43,8 @@ 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.64
- iOS App - 0.9.64
- Android App - 0.9.63 - Android App - 0.9.63
- iOS App - 0.9.63 - iOS App - 0.9.63
validations: validations: