Kavita+ Tweaks (#2595)
This commit is contained in:
parent
e21144bf6b
commit
3dcf7750f7
21 changed files with 501 additions and 414 deletions
14
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
14
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Bug Report
|
||||
description: Create a report to help us improve
|
||||
title: ""
|
||||
title: "Bug Title Here" # Add a title field
|
||||
labels: ["needs-triage"]
|
||||
assignees:
|
||||
body:
|
||||
|
@ -16,7 +16,7 @@ body:
|
|||
id: what-happened
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Also tell us, what steps you took so we can try to reproduce.
|
||||
description: Also tell us what steps you took so we can try to reproduce.
|
||||
placeholder: Tell us what you see!
|
||||
value: ""
|
||||
validations:
|
||||
|
@ -52,7 +52,7 @@ body:
|
|||
- type: dropdown
|
||||
id: desktop-OS
|
||||
attributes:
|
||||
label: If issue being seen on Desktop, what OS are you running where you see the issue?
|
||||
label: If the issue is being seen on Desktop, what OS are you running where you see the issue?
|
||||
multiple: false
|
||||
options:
|
||||
- Windows
|
||||
|
@ -61,7 +61,7 @@ body:
|
|||
- type: dropdown
|
||||
id: desktop-browsers
|
||||
attributes:
|
||||
label: If issue being seen in the UI, what browsers are you seeing the problem on?
|
||||
label: If the issue is being seen in the UI, what browsers are you seeing the problem on?
|
||||
multiple: true
|
||||
options:
|
||||
- Firefox
|
||||
|
@ -71,7 +71,7 @@ body:
|
|||
- type: dropdown
|
||||
id: mobile-OS
|
||||
attributes:
|
||||
label: If issue being seen on Mobile, what OS are you running where you see the issue?
|
||||
label: If the issue is being seen on Mobile, what OS are you running where you see the issue?
|
||||
multiple: false
|
||||
options:
|
||||
- Android
|
||||
|
@ -79,7 +79,7 @@ body:
|
|||
- type: dropdown
|
||||
id: mobile-browsers
|
||||
attributes:
|
||||
label: If issue being seen on UI, what browsers are you seeing the problem on?
|
||||
label: If the issue is being seen on the UI, what browsers are you seeing the problem on?
|
||||
multiple: true
|
||||
options:
|
||||
- Firefox
|
||||
|
@ -97,7 +97,7 @@ 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
|
||||
value: ""
|
||||
validations:
|
||||
required: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue