Kavita/.github/ISSUE_TEMPLATE/bug_report.yml
Fesaa bc8eef1353
v0.8.9.1 Hotfix (#4376)
Co-authored-by: Joe Milazzo <josephmajora@gmail.com>
Co-authored-by: Weblate (bot) <hosted@weblate.org>
Co-authored-by: Adam Havránek <adamhavra@seznam.cz>
Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com>
Co-authored-by: Christophorus Daniel Tegar P <tegar.200503@gmail.com>
Co-authored-by: Frozehunter <frozehunter@me.com>
Co-authored-by: Gregory.Open <gregory.open@proton.me>
Co-authored-by: Havokdan <havokdan@yahoo.com.br>
Co-authored-by: Kovács Gábor <naszalykmb@gmail.com>
Co-authored-by: karigane <169052233+karigane-cha@users.noreply.github.com>
Co-authored-by: lin49931104 <a82122794@gmail.com>
Co-authored-by: Максим Горпиніч <gorpinicmaksim0@gmail.com>
Co-authored-by: 無情天 <kofzhanganguo@126.com>
Co-authored-by: 안세훈 <on9686@gmail.com>
2026-01-18 23:38:42 +01:00

107 lines
3.3 KiB
YAML

name: Bug Report
description: Help us make Kavita better for everyone by submitting issues you run into while using the program.
title: "Put a short summary of what went wrong here"
labels: ["needs-triage"]
body:
- type: markdown
attributes:
value: "Thanks for taking the time to fill out this bug report!"
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Don't forget to tell us what steps you took so we can try to reproduce.
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: what-was-expected
attributes:
label: What did you expect?
description: What did you expect to happen?
placeholder: Tell us what you expected to see! Go in as much detail as possible so we can confirm if the behavior is something that is broken.
validations:
required: true
- type: dropdown
id: version
attributes:
label: Kavita Version Number - If you don't see your version number listed, please update Kavita and see if your issue still persists.
multiple: false
options:
- 0.8.9.1 - Stable
- Nightly Testing Branch
validations:
required: true
- type: dropdown
id: reverse-proxy
attributes:
label: Are you accessing kavita through a reverse proxy? If yes, confirm that the issue persists with a direct connection
multiple: false
options:
- "Yes"
- "No"
validations:
required: true
- type: dropdown
id: OS
attributes:
label: What operating system is Kavita being hosted from?
multiple: false
options:
- Docker (LSIO Container)
- Docker (Dockerhub Container)
- Docker (Other)
- Windows
- Linux
- Mac
- type: dropdown
id: desktop-OS
attributes:
label: If the issue is being seen on Desktop, what OS are you running where you see the issue?
multiple: false
options:
- Windows
- Linux
- Mac
- type: dropdown
id: desktop-browsers
attributes:
label: If the issue is being seen in the UI, what browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Other (List in "Additional Notes" box)
- type: dropdown
id: mobile-OS
attributes:
label: If the issue is being seen on Mobile, what OS are you running where you see the issue?
multiple: false
options:
- Android
- iOS
- type: dropdown
id: mobile-browsers
attributes:
label: If the issue is being seen on the Mobile UI, what browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Other iOS Browser
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: textarea
id: anything-else
attributes:
label: Additional Notes
description: Any other information about the issue not covered in this form?
placeholder: e.g. Running Kavita on a Raspberry Pi, updating from X version, using LSIO container, etc