From c0adf74d39f01b74638687220eaa7b17fb6c3d52 Mon Sep 17 00:00:00 2001 From: Robbie Davis Date: Wed, 10 Jan 2024 11:12:19 -0500 Subject: [PATCH] Fixing up bug report --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 938c7d8bf..7b697bff9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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