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

Issues template: Weebcentral message + connector request as form #7744

Merged
merged 3 commits into from
Feb 11, 2025
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
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/1-connector-website-not-working.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ body:
attributes:
value: |
> [!CAUTION]
> Do **NOT** report that **MangaLife** or **MangaSee** moved to **WeebCentral**, it will not be fixed!
> See: [#7407](https://github.com/manga-download/hakuneko/issues/7407) for info.
> Do **NOT** report **MangaLife** or **MangaSee**: use their new website/connector **WeebCentral**
- type: checkboxes
attributes:
label: Is there an existing issue for this connector?
Expand Down
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/2-suggest-a-new-connector-website.md

This file was deleted.

74 changes: 74 additions & 0 deletions .github/ISSUE_TEMPLATE/2-suggest-a-new-connector-website.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
name: ✍ Suggest a new Connector/Website
description: Want a new website to be added in hakuneko ?
title: "[Site Request] thewebsitename"
labels: ["Website Suggestion"]
body:
- type: checkboxes
attributes:
label: Is there an existing request for this website?
description: Do not create duplicate of an existing request related to the website
options:
- label: I have searched the existing issues
required: true
- type: input
id: websitename
attributes:
label: Website Name
description: The name of the website you want to suggest. Change it in the issue title as well
placeholder: name of the website
validations:
required: true
- type: input
id: websiteurl
attributes:
label: Site URL
description: The main URL of the website
placeholder: https://thewebsiteurl/
validations:
required: true
- type: input
id: websitemangalist
attributes:
label: Series list
description: The URL of the page listing all available series
placeholder: https://thewebsiteurl/mangalist.html
validations:
required: false
- type: input
id: websitemangaexample
attributes:
label: Manga example
description: An example URL of a manga page
placeholder: https://thewebsiteurl/manga/themanganame.html
validations:
required: true
- type: input
id: websitemangaviewer
attributes:
label: Manga chapter viewer
description: An example URL of a manga viewer page displaying the images to be downloaded
placeholder: https://thewebsiteurl/manga/0012/view.html
validations:
required: true
- type: input
id: languages
attributes:
label: Languages
description: List of languages supported by the website
placeholder: English, Japanese, French, ...
validations:
required: true
- type: input
id: relationship
attributes:
label: Website relationship
description: If applicable describe the relation with any other website
placeholder: alternative domain, copy of ...
validations:
required: false
- type: textarea
attributes:
label: Additional details
description: Add any other context details that you may have found (like template to reuse)
validations:
required: false
Loading