-
Notifications
You must be signed in to change notification settings - Fork 469
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
2 changed files
with
66 additions
and
37 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
66 changes: 66 additions & 0 deletions
66
.github/ISSUE_TEMPLATE/1-connector-website-not-working.yml
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,66 @@ | ||
name: ❗ Connector/Website not working | ||
description: Notify that a connector is not working | ||
title: "[<NameOfConnector>] Connector not working" | ||
labels: ["Website Change"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this connector? | ||
description: Do not create duplicate of an existing issue related to the connector | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Did you read [the troubleshooting guide](https://hakuneko.download/docs/troubleshoot/) | ||
description: Please check if your issue might not be related to some known cases. | ||
options: | ||
- label: I read it but nothing seems related | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Is the website of the connector working properly ? | ||
description: If the website isn't working, hakuneko will not solve the issue. | ||
options: | ||
- label: Yes i'm ble to see the manga within my standard browser | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Make sure to [try Nightly Build](https://github.com/manga-download/hakuneko/releases) | ||
description: Nightly build contains latest fixes, maybe your problem is already solved. | ||
options: | ||
- label: Yes nightly build didn't fix the issue | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: What kind of issue are you encountering | ||
options: | ||
- Manga list isn't refreshing | ||
- Chapter list isn't refreshing | ||
- Downloads aren't working | ||
- Images are missing in the embeded viewer | ||
- Other | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: To Reproduce | ||
description: Steps to reproduce the behavior | ||
value: | | ||
1. Name of connector | ||
2. Name of manga (if connector update is working) | ||
3. Name of chapter (if manga update is working) | ||
4. Copy any relevant error message that appears in a popup or (advanced) within the console (press F12) | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Screenshots** | ||
If complex to describe, add screenshots to help explain your problem. |