From 9e9b95e29de9ea69e8da468722bafa4472cd9a6e Mon Sep 17 00:00:00 2001 From: DieselTech <30128380+DieselTech@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:57:41 -0500 Subject: [PATCH] [skip ci] Issue Template update (#2691) --- .github/ISSUE_TEMPLATE/bug_report.yml | 34 +++++++++++++-------------- .github/ISSUE_TEMPLATE/config.yml | 9 ++++++- 2 files changed, 25 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5398d50e4..3c6cee030 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,20 +1,17 @@ name: Bug Report -description: Create a report to help us improve -title: "Bug Title Here" # Add a title field +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: markdown - attributes: - 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! + 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 @@ -22,24 +19,28 @@ body: attributes: label: What did you expect? description: What did you expect to happen? - placeholder: Tell us what you expected to see! + 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: textarea + - type: dropdown id: version attributes: - label: Version - description: What version are you running? - placeholder: Can be found by going to Server Settings > System + label: Kavita Version Number - Don't see your version number listed? Then your install is out and date. Please update and see if your issue still persists. + multiple: false + options: + - 0.7.13 - Stable + - Nightly Testing Branch validations: required: true - type: dropdown id: OS attributes: - label: What OS is Kavita being run on? + label: What operating system is Kavita being hosted from? multiple: false options: - - Docker + - Docker (LSIO Container) + - Docker (Dockerhub Container) + - Docker (Other) - Windows - Linux - Mac @@ -62,6 +63,7 @@ body: - Chrome - Safari - Microsoft Edge + - Other (List in "Additional Notes" box) - type: dropdown id: mobile-OS attributes: @@ -91,6 +93,4 @@ body: 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 - validations: - required: true + placeholder: e.g. Running Kavita on a Raspberry Pi, updating from X version, using LSIO container, etc \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ec4bb386b..c866b8fbe 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,8 @@ -blank_issues_enabled: false \ No newline at end of file +blank_issues_enabled: false +contact_links: + - name: Feature Requests + url: https://github.com/Kareadita/Kavita/discussions + about: Suggest an idea for the Kavita project + - name: Report a security vulnerability + url: https://github.com/Kareadita/Kavita/security/advisories/new/ + about: Privately report a security vulnerability \ No newline at end of file