Fixing up bug report

This commit is contained in:
Robbie Davis 2024-01-10 11:12:19 -05:00
parent 8598ca4927
commit c0adf74d39

View File

@ -2,23 +2,19 @@ name: Bug Report
description: Create a report to help us improve description: Create a report to help us improve
title: "Bug Title Here" # Add a title field title: "Bug Title Here" # Add a title field
labels: ["needs-triage"] labels: ["needs-triage"]
assignees:
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: "Thanks for taking the time to fill out this bug report!"
Thanks for taking the time to fill out this bug report!
- type: markdown - type: markdown
attributes: attributes:
value: | value: "If you have a feature request, please submit on [Github Discussions](https://github.com/Kareadita/Kavita/discussions/2529)."
If you have a feature request, please submit on [Github Discussions](https://github.com/Kareadita/Kavita/discussions/2529).
- type: textarea - type: textarea
id: what-happened id: what-happened
attributes: attributes:
label: What happened? label: What happened?
description: Also tell us what steps you took so we can try to reproduce. description: Also tell us what steps you took so we can try to reproduce.
placeholder: Tell us what you see! placeholder: Tell us what you see!
value: ""
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -98,6 +94,5 @@ body:
label: Additional Notes label: Additional Notes
description: Any other information about the issue not covered in this form? 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 placeholder: e.g. Running Kavita on a Raspberry Pi, updating from X version, using LSIO container, etc
value: ""
validations: validations:
required: true required: true