Skip to content

Commit

Permalink
Use github form
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheepux committed Aug 7, 2023
1 parent c0ebca3 commit 8acc16b
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 37 deletions.
37 changes: 0 additions & 37 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.

0 comments on commit 8acc16b

Please sign in to comment.