Last PR before Release (#2692)
This commit is contained in:
parent
07e96389fb
commit
5cf6077dfd
38 changed files with 3801 additions and 2044 deletions
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Bug Report
|
||||
description: Help us make Kavita better for everyone by submitting issues you run into while using the program.
|
||||
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:
|
||||
|
@ -11,7 +11,7 @@ body:
|
|||
attributes:
|
||||
label: What happened?
|
||||
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:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
@ -19,13 +19,13 @@ body:
|
|||
attributes:
|
||||
label: What did you expect?
|
||||
description: What did you expect to happen?
|
||||
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.
|
||||
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: dropdown
|
||||
id: version
|
||||
attributes:
|
||||
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.
|
||||
label: Kavita Version Number - Don't see your version number listed? Then your install is out of date. Please update and see if your issue still persists.
|
||||
multiple: false
|
||||
options:
|
||||
- 0.7.13 - Stable
|
||||
|
@ -93,4 +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
|
||||
placeholder: e.g. Running Kavita on a Raspberry Pi, updating from X version, using LSIO container, etc
|
||||
|
|
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -3,6 +3,3 @@ 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…
Add table
Add a link
Reference in a new issue