Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GITHUB TEMPLATE - incentive to try nightly and search for opened issue #6119

Merged
merged 2 commits into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/1-connector-website-not-working.md

This file was deleted.

66 changes: 66 additions & 0 deletions .github/ISSUE_TEMPLATE/1-connector-website-not-working.yml
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.
Loading