mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-27 13:54:01 +02:00
Update app version on gh issue templates
This commit is contained in:
@@ -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,10 +62,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.74
|
- Android App - 0.9.76
|
||||||
- iOS App - 0.9.74
|
- iOS App - 0.9.76
|
||||||
- Android App - 0.9.73
|
- Android App - 0.9.75
|
||||||
- iOS App - 0.9.73
|
- iOS App - 0.9.75
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
@@ -85,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.'
|
||||||
|
|||||||
@@ -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,10 +43,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.74
|
- Android App - 0.9.76
|
||||||
- iOS App - 0.9.74
|
- iOS App - 0.9.76
|
||||||
- Android App - 0.9.73
|
- Android App - 0.9.75
|
||||||
- iOS App - 0.9.73
|
- iOS App - 0.9.75
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
Reference in New Issue
Block a user