diff --git a/.github/ISSUE_TEMPLATE/01_report_issue.yml b/.github/ISSUE_TEMPLATE/01_report_issue.yml index 41379302..619bbf79 100644 --- a/.github/ISSUE_TEMPLATE/01_report_issue.yml +++ b/.github/ISSUE_TEMPLATE/01_report_issue.yml @@ -3,26 +3,6 @@ description: Report a source issue in Tachiyomi labels: [Bug] body: - - type: input - id: source - attributes: - label: Source information - description: | - You can find the extension name and version in **Browse → Extensions**. - placeholder: | - Example: "Mangahere 1.3.18" - validations: - required: true - - - type: input - id: language - attributes: - label: Source language - placeholder: | - Example: "English" - validations: - required: true - - type: textarea id: reproduce-steps attributes: @@ -59,14 +39,25 @@ body: - type: input id: tachiyomi-version attributes: - label: Tachiyomi version + label: Mihon/Komikku version description: | - You can find your Tachiyomi version in **More → About**. + You can find your Mihon/Komikku version in **More → About**. placeholder: | Example: "0.14.7" validations: required: true + - type: input + id: kavita-version + attributes: + label: Kavita version + description: | + You can find your Kavita version in **Settings → System**. + placeholder: | + Example: "0.8.7.2" + validations: + required: true + - type: input id: android-version attributes: @@ -95,13 +86,11 @@ body: required: true - label: I have written a short but informative title. required: true - - label: I have updated the app to version **[0.14.7](https://github.com/tachiyomiorg/tachiyomi/releases/latest)**. + - label: I have updated Mihon/Komikku to last version. required: true - - label: I have updated all installed extensions. + - label: I have updated the extension to last version. required: true - - label: I have tried the [troubleshooting guide](https://tachiyomi.org/help/guides/troubleshooting/). - required: true - - label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/tachiyomiorg/tachiyomi/issues/new/choose). + - label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/mihonapp/mihon/issues/new/choose). required: true - label: I will fill out all of the requested information in this form. required: true diff --git a/.github/ISSUE_TEMPLATE/05_request_feature.yml b/.github/ISSUE_TEMPLATE/02_request_feature.yml similarity index 67% rename from .github/ISSUE_TEMPLATE/05_request_feature.yml rename to .github/ISSUE_TEMPLATE/02_request_feature.yml index 247467f7..c34351ff 100644 --- a/.github/ISSUE_TEMPLATE/05_request_feature.yml +++ b/.github/ISSUE_TEMPLATE/02_request_feature.yml @@ -3,26 +3,6 @@ description: Suggest a feature to improve an existing source labels: [Feature request] body: - - type: input - id: source - attributes: - label: Source name - description: | - You can find the extension name in **Browse → Extensions**. - placeholder: | - Example: "Mangahere" - validations: - required: true - - - type: input - id: language - attributes: - label: Source language - placeholder: | - Example: "English" - validations: - required: true - - type: textarea id: feature-description attributes: @@ -51,9 +31,7 @@ body: required: true - label: I have written a short but informative title. required: true - - label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/tachiyomiorg/tachiyomi/issues/new/choose). - required: true - - label: I have updated the app to version **[0.14.7](https://github.com/tachiyomiorg/tachiyomi/releases/latest)**. + - label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/mihonapp/mihon/issues/new/choose). required: true - label: I will fill out all of the requested information in this form. required: true diff --git a/.github/ISSUE_TEMPLATE/02_request_source.yml b/.github/ISSUE_TEMPLATE/02_request_source.yml deleted file mode 100644 index c5752c09..00000000 --- a/.github/ISSUE_TEMPLATE/02_request_source.yml +++ /dev/null @@ -1,59 +0,0 @@ -name: 🌐 Source request -description: Suggest a new source for Tachiyomi -labels: [Source request] -body: - - - type: input - id: name - attributes: - label: Source name - placeholder: | - Example: "Not Real Scans" - validations: - required: true - - - type: input - id: link - attributes: - label: Source link - placeholder: | - Example: "https://notrealscans.org" - validations: - required: true - - - type: input - id: language - attributes: - label: Source language - placeholder: | - Example: "English" - validations: - required: true - - - type: textarea - id: other-details - attributes: - label: Other details - placeholder: | - Additional details and attachments. - Example: - "18+/NSFW = yes" - - - type: checkboxes - id: acknowledgements - attributes: - label: Acknowledgements - description: Your issue will be closed if you haven't done these steps. - options: - - label: I have checked that the extension does not already exist on the [website extensions list](https://tachiyomi.org/extensions/) or the app. - required: true - - label: I have checked that the extension is not on [the removed sources list](https://github.com/tachiyomiorg/tachiyomi-extensions/blob/master/REMOVED_SOURCES.md). - required: true - - label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open or closed issue. - required: true - - label: I have checked that the extension does not already exist by searching the [GitHub repository](https://github.com/tachiyomiorg/tachiyomi-extensions/) and verified it does not appear in the code base. - required: - - label: I have written a meaningful title with the source name. - required: true - - label: I will fill out all of the requested information in this form. - required: true diff --git a/.github/ISSUE_TEMPLATE/03_report_url_change.yml b/.github/ISSUE_TEMPLATE/03_report_url_change.yml deleted file mode 100644 index 80646a71..00000000 --- a/.github/ISSUE_TEMPLATE/03_report_url_change.yml +++ /dev/null @@ -1,57 +0,0 @@ -name: 🔗 URL change report -description: Report URL change of an existing source -labels: [Bug,Domain changed] -body: - - - type: input - id: source - attributes: - label: Source information - description: | - You can find the extension name and version in **Browse → Extensions**. - placeholder: | - Example: "NotRealScans 1.3.1" - validations: - required: true - - - type: input - id: language - attributes: - label: Source language - placeholder: | - Example: "English" - validations: - required: true - - - type: input - id: link - attributes: - label: Source new URL - placeholder: | - Example: "https://notrealscans.org" - validations: - required: true - - - type: textarea - id: other-details - attributes: - label: Other details - placeholder: | - Additional details and attachments. - - - type: checkboxes - id: acknowledgements - attributes: - label: Acknowledgements - description: Your issue will be closed if you haven't done these steps. - options: - - label: I have updated all installed extensions. - required: true - - label: I have opened WebView and checked that the source URL is not updated yet. - required: true - - label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open or closed issue. - required: true - - label: I have written a short but informative title. - required: true - - label: I will fill out all of the requested information in this form. - required: true diff --git a/.github/ISSUE_TEMPLATE/06_request_meta.yml b/.github/ISSUE_TEMPLATE/03_request_meta.yml similarity index 81% rename from .github/ISSUE_TEMPLATE/06_request_meta.yml rename to .github/ISSUE_TEMPLATE/03_request_meta.yml index 26098fa5..94d94887 100644 --- a/.github/ISSUE_TEMPLATE/06_request_meta.yml +++ b/.github/ISSUE_TEMPLATE/03_request_meta.yml @@ -31,11 +31,7 @@ body: required: true - label: I have written a short but informative title. required: true - - label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/tachiyomiorg/tachiyomi/issues/new/choose). - required: true - - label: I have updated the app to version **[0.14.7](https://github.com/tachiyomiorg/tachiyomi/releases/latest)**. - required: true - - label: I have updated all installed extensions. + - label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/mihonapp/mihon/issues/new/choose). required: true - label: I will fill out all of the requested information in this form. required: true diff --git a/.github/ISSUE_TEMPLATE/04_report_dead_source.yml b/.github/ISSUE_TEMPLATE/04_report_dead_source.yml deleted file mode 100644 index 69ca7a55..00000000 --- a/.github/ISSUE_TEMPLATE/04_report_dead_source.yml +++ /dev/null @@ -1,63 +0,0 @@ -name: ❌ Dead source report -description: Source is down and website is closed -labels: [Source is down] -body: - - - type: markdown - attributes: - value: | - ### Notice - If you have a lot of dead sources to report, please go back and submit a single meta request. - - - type: input - id: source - attributes: - label: Source name - description: | - You can find the extension name in **Browse → Extensions**. - placeholder: | - Example: "NotRealScans" - validations: - required: true - - - type: input - id: language - attributes: - label: Source language - placeholder: | - Example: "English" - validations: - required: true - - - type: input - id: link - attributes: - label: Source link - placeholder: | - Example: "https://notrealscans.org" - validations: - required: true - - - type: textarea - id: other-details - attributes: - label: Other details - placeholder: | - Additional details and attachments. - - - type: checkboxes - id: acknowledgements - attributes: - label: Acknowledgements - description: Your issue will be closed if you haven't done these steps. - options: - - label: I have updated all installed extensions. - required: true - - label: I have opened WebView and checked that the source website is down. - required: true - - label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open or closed issue. - required: true - - label: I have written a meaningful title with the source name. - required: true - - label: I will fill out all of the requested information in this form. - required: true diff --git a/.github/ISSUE_TEMPLATE/07_request_removal.yml b/.github/ISSUE_TEMPLATE/07_request_removal.yml deleted file mode 100644 index 73f251de..00000000 --- a/.github/ISSUE_TEMPLATE/07_request_removal.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: 🗑 Source removal request -description: Scanlators can request their site to be removed -labels: [Meta request] -body: - - - type: input - id: link - attributes: - label: Source link - placeholder: | - Example: "https://notrealscans.org" - validations: - required: true - - - type: textarea - id: other-details - attributes: - label: Other details - placeholder: | - Additional details and attachments. - - - type: checkboxes - id: requirements - attributes: - label: Requirements - description: Your request will be denied if you don't meet these requirements. - options: - - label: I've added a `TXT` DNS record for my domain with the value `tachiyomi-verification` - required: true - - label: Site only hosts content scanlated by the group and not stolen from other scanlators or official releases (i.e., not an aggregator site) - required: true - - label: Site is not infested with user-hostile features (e.g., invasive or malicious ads) - required: true