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
title: "Bug Title Here" # Add a title field
labels: ["needs-triage"]
assignees:
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
value: "Thanks for taking the time to fill out this bug report!"
- type: markdown
attributes:
value: |
If you have a feature request, please submit on [Github Discussions](https://github.com/Kareadita/Kavita/discussions/2529).
value: "If you have a feature request, please submit on [Github Discussions](https://github.com/Kareadita/Kavita/discussions/2529)."
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us what steps you took so we can try to reproduce.
placeholder: Tell us what you see!
value: ""
validations:
required: true
- type: textarea
@ -98,6 +94,5 @@ body:
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
value: ""
validations:
required: true