2022-01-29 18:39:30 +01:00
|
|
|
name: 🐞 Bug Report
|
2024-05-05 18:35:26 +02:00
|
|
|
description: File a bug/issue and help us improve Audiobookshelf
|
|
|
|
title: '[Bug]: '
|
|
|
|
labels: ['bug', 'triage']
|
2022-01-29 18:23:06 +01:00
|
|
|
body:
|
|
|
|
- type: markdown
|
2022-01-29 18:30:09 +01:00
|
|
|
attributes:
|
2024-05-05 18:35:26 +02:00
|
|
|
value: 'Thank you for filing a bug report! 🐛'
|
2022-01-29 18:23:06 +01:00
|
|
|
- type: markdown
|
2022-01-29 18:30:09 +01:00
|
|
|
attributes:
|
2024-05-05 18:35:26 +02:00
|
|
|
value: 'Please first search for your issue and check the [docs](https://audiobookshelf.org/docs).'
|
2022-07-06 14:18:03 +02:00
|
|
|
- type: markdown
|
|
|
|
attributes:
|
2024-05-05 18:44:00 +02:00
|
|
|
value: 'Report issues with the mobile app [here](https://github.com/advplyr/audiobookshelf-app/issues/new/choose).'
|
2022-07-06 14:10:27 +02:00
|
|
|
- type: markdown
|
|
|
|
attributes:
|
2024-05-05 18:35:26 +02:00
|
|
|
value: 'Join the [discord server](https://discord.gg/HQgCbd6E75) for questions or if you are not sure about a bug.'
|
2022-01-29 18:23:06 +01:00
|
|
|
- type: textarea
|
|
|
|
id: what-happened
|
|
|
|
attributes:
|
2024-05-05 18:35:26 +02:00
|
|
|
label: What happened?
|
|
|
|
placeholder: Tell us what you see!
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: what-was-expected
|
|
|
|
attributes:
|
|
|
|
label: What did you expect to happen?
|
|
|
|
placeholder: Tell us what you expected to see! Be as descriptive as you can and include screenshots if applicable.
|
2022-01-29 18:23:06 +01:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: steps-to-reproduce
|
|
|
|
attributes:
|
|
|
|
label: Steps to reproduce the issue
|
2024-05-05 18:35:26 +02:00
|
|
|
value: '1. '
|
2022-01-29 18:23:06 +01:00
|
|
|
validations:
|
|
|
|
required: true
|
2024-05-05 18:35:26 +02:00
|
|
|
- type: markdown
|
|
|
|
attributes:
|
2024-05-05 18:44:00 +02:00
|
|
|
value: '## Install Environment'
|
2022-01-29 18:28:46 +01:00
|
|
|
- type: input
|
2022-01-29 18:23:06 +01:00
|
|
|
id: version
|
|
|
|
attributes:
|
|
|
|
label: Audiobookshelf version
|
2022-07-06 14:13:39 +02:00
|
|
|
description: Do not put 'Latest version', please put the actual version here
|
2024-05-05 18:35:26 +02:00
|
|
|
placeholder: 'e.g. v1.6.60'
|
2022-01-29 18:23:06 +01:00
|
|
|
validations:
|
|
|
|
required: true
|
2022-01-29 18:28:46 +01:00
|
|
|
- type: dropdown
|
|
|
|
id: install
|
|
|
|
attributes:
|
|
|
|
label: How are you running audiobookshelf?
|
|
|
|
options:
|
|
|
|
- Docker
|
|
|
|
- Debian/PPA
|
2024-01-23 22:48:58 +01:00
|
|
|
- Windows Tray App
|
2022-01-29 18:28:46 +01:00
|
|
|
- Built from source
|
2024-05-05 18:35:26 +02:00
|
|
|
- Other (list in "Additional Notes" box)
|
2022-01-29 18:28:46 +01:00
|
|
|
validations:
|
2024-05-05 18:35:26 +02:00
|
|
|
required: true
|
|
|
|
- type: dropdown
|
2024-05-05 23:51:17 +02:00
|
|
|
id: server-os
|
2024-05-05 18:35:26 +02:00
|
|
|
attributes:
|
2024-05-05 23:51:17 +02:00
|
|
|
label: What OS is your Audiobookshelf server hosted from?
|
2024-05-05 18:35:26 +02:00
|
|
|
options:
|
|
|
|
- Windows
|
|
|
|
- macOS
|
|
|
|
- Linux
|
|
|
|
- Other (list in "Additional Notes" box)
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: dropdown
|
|
|
|
id: desktop-browsers
|
|
|
|
attributes:
|
2024-05-05 18:37:11 +02:00
|
|
|
label: If the issue is being seen in the UI, what browsers are you seeing the problem on?
|
2024-05-05 18:35:26 +02:00
|
|
|
options:
|
|
|
|
- Chrome
|
|
|
|
- Firefox
|
|
|
|
- Safari
|
|
|
|
- Edge
|
2024-05-05 23:51:55 +02:00
|
|
|
- Firefox for Android
|
|
|
|
- Chrome for Android
|
|
|
|
- Safari on iOS
|
2024-05-05 18:35:26 +02:00
|
|
|
- Other (list in "Additional Notes" box)
|
|
|
|
- type: textarea
|
|
|
|
id: logs
|
|
|
|
attributes:
|
|
|
|
label: Logs
|
|
|
|
description: Please include any relevant logs here. This field is automatically formatted into code, so you do not need to include any backticks.
|
|
|
|
placeholder: Paste logs here
|
|
|
|
render: shell
|
|
|
|
- type: textarea
|
|
|
|
id: additional-notes
|
|
|
|
attributes:
|
|
|
|
label: Additional Notes
|
|
|
|
description: Anything else you want to add?
|
|
|
|
placeholder: 'e.g. I have tried X, Y, and Z.'
|