-
-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
256 changed files
with
6,903 additions
and
1,838 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
name: Bug Report | ||
description: Create a report to help us improve | ||
title: "" | ||
labels: ["needs-triage"] | ||
assignees: | ||
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 go to our [Feature Requests](https://feats.kavitareader.com) page. | ||
- 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 | ||
id: what-was-expected | ||
attributes: | ||
label: What did you expect? | ||
description: What did you expect to happen? | ||
placeholder: Tell us what you expected to see! | ||
value: "" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version of our software are you running? | ||
placeholder: Can be found by going to Server Settings > System | ||
value: "" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: OS | ||
attributes: | ||
label: What OS is Kavita being run on? | ||
multiple: false | ||
options: | ||
- Docker | ||
- Windows | ||
- Linux | ||
- Mac | ||
- type: dropdown | ||
id: desktop-OS | ||
attributes: | ||
label: If issue being seen on Desktop, what OS are you running where you see the issue? | ||
multiple: false | ||
options: | ||
- Windows | ||
- Linux | ||
- Mac | ||
- type: dropdown | ||
id: desktop-browsers | ||
attributes: | ||
label: If issue being seen on Desktop, what browsers are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge | ||
- type: dropdown | ||
id: mobile-OS | ||
attributes: | ||
label: If issue being seen on Mobile, what OS are you running where you see the issue? | ||
multiple: false | ||
options: | ||
- Android | ||
- iOS | ||
- type: dropdown | ||
id: mobile-browsers | ||
attributes: | ||
label: If issue being seen on Mobile, what browsers are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
- type: textarea | ||
id: anything-else | ||
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 | ||
value: "" | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.