mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-08 18:54:21 -04:00
[skip ci] Issue Template update (#2691)
This commit is contained in:
parent
c92d0d8af0
commit
9e9b95e29d
30
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
30
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,19 +1,16 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Create a report to help us improve
|
description: Help us make Kavita better for everyone by submitting issues you run into while using the program.
|
||||||
title: "Bug Title Here" # Add a title field
|
title: "Put a short summary of what went wrong here"
|
||||||
labels: ["needs-triage"]
|
labels: ["needs-triage"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
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)."
|
|
||||||
- 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: Don't forget to tell us what steps you took so we can try to reproduce.
|
||||||
placeholder: Tell us what you see!
|
placeholder: Tell us what you see!
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@ -22,24 +19,28 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: What did you expect?
|
label: What did you expect?
|
||||||
description: What did you expect to happen?
|
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: dropdown
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
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.
|
||||||
description: What version are you running?
|
multiple: false
|
||||||
placeholder: Can be found by going to Server Settings > System
|
options:
|
||||||
|
- 0.7.13 - Stable
|
||||||
|
- Nightly Testing Branch
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: OS
|
id: OS
|
||||||
attributes:
|
attributes:
|
||||||
label: What OS is Kavita being run on?
|
label: What operating system is Kavita being hosted from?
|
||||||
multiple: false
|
multiple: false
|
||||||
options:
|
options:
|
||||||
- Docker
|
- Docker (LSIO Container)
|
||||||
|
- Docker (Dockerhub Container)
|
||||||
|
- Docker (Other)
|
||||||
- Windows
|
- Windows
|
||||||
- Linux
|
- Linux
|
||||||
- Mac
|
- Mac
|
||||||
@ -62,6 +63,7 @@ body:
|
|||||||
- Chrome
|
- Chrome
|
||||||
- Safari
|
- Safari
|
||||||
- Microsoft Edge
|
- Microsoft Edge
|
||||||
|
- Other (List in "Additional Notes" box)
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: mobile-OS
|
id: mobile-OS
|
||||||
attributes:
|
attributes:
|
||||||
@ -92,5 +94,3 @@ 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
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
7
.github/ISSUE_TEMPLATE/config.yml
vendored
7
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1 +1,8 @@
|
|||||||
blank_issues_enabled: false
|
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
|
Loading…
x
Reference in New Issue
Block a user