2022-01-29 18:39:30 +01:00
|
|
|
name: 🐞 Bug Report
|
2022-01-29 18:23:06 +01:00
|
|
|
description: File a bug/issue
|
|
|
|
title: "[Bug]: "
|
|
|
|
labels: ["bug", "triage"]
|
|
|
|
body:
|
|
|
|
- type: markdown
|
2022-01-29 18:30:09 +01:00
|
|
|
attributes:
|
2022-01-29 18:39:30 +01:00
|
|
|
value: "### Please first search for your issue and check the [docs](https://audiobookshelf.org/docs)."
|
2022-01-29 18:23:06 +01:00
|
|
|
- type: markdown
|
2022-01-29 18:30:09 +01:00
|
|
|
attributes:
|
2022-01-29 18:32:00 +01:00
|
|
|
value: "### Mobile app issues report [here](https://github.com/advplyr/audiobookshelf-app/issues/new/choose)."
|
2022-07-06 14:18:03 +02:00
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: "### Join the [discord server](https://discord.gg/pJsjuNCKRq) for questions or if you are not sure about a bug."
|
2022-07-06 14:10:27 +02:00
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: "## Be as descriptive as you can. Include screenshots, error logs, browser, file types, everything you can think of that might be relevant."
|
2022-01-29 18:23:06 +01:00
|
|
|
- type: textarea
|
|
|
|
id: what-happened
|
|
|
|
attributes:
|
|
|
|
label: Describe the issue
|
|
|
|
description: What happened & what did you expect to happen
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: steps-to-reproduce
|
|
|
|
attributes:
|
|
|
|
label: Steps to reproduce the issue
|
|
|
|
value: "1. "
|
|
|
|
validations:
|
|
|
|
required: true
|
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
|
2022-01-29 18:23:06 +01:00
|
|
|
placeholder: "e.g. v1.6.60"
|
|
|
|
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
|
|
|
|
- Built from source
|
|
|
|
- Other
|
|
|
|
validations:
|
|
|
|
required: true
|