audiobookshelf/.github/ISSUE_TEMPLATE/bug.yaml
2022-01-29 11:39:30 -06:00

44 lines
1.1 KiB
YAML

name: 🐞 Bug Report
description: File a bug/issue
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: "### Please first search for your issue and check the [docs](https://audiobookshelf.org/docs)."
- type: markdown
attributes:
value: "### Mobile app issues report [here](https://github.com/advplyr/audiobookshelf-app/issues/new/choose)."
- 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
- type: input
id: version
attributes:
label: Audiobookshelf version
placeholder: "e.g. v1.6.60"
validations:
required: true
- type: dropdown
id: install
attributes:
label: How are you running audiobookshelf?
options:
- Docker
- Debian/PPA
- Built from source
- Other
validations:
required: true