From 6ad618b494104e1fefe1fadc044dd87438a44928 Mon Sep 17 00:00:00 2001 From: CodeSpoof <42744253+CodeSpoof@users.noreply.github.com> Date: Thu, 25 Jan 2024 18:27:23 +0100 Subject: [PATCH] [skip ci] Remove official extensions check from issue templates (#233) * Update report_issue.yml There are no official extensions anymore and the URL was for the tachiyomi repo anyway * Update request_feature.yml No more official extensions (cherry picked from commit b8a9998bbd2b4f937095728c19e834122e580230) --- .github/ISSUE_TEMPLATE/report_issue.yml | 10 ++++------ .github/ISSUE_TEMPLATE/request_feature.yml | 6 ++---- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index d1a6a5551..df1567371 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -1,5 +1,5 @@ name: 🐞 Issue report -description: Report an issue in Tachiyomi +description: Report an issue in TachiyomiSY labels: [Bug] body: @@ -48,10 +48,10 @@ body: You can paste the crash logs in plain text or upload it as an attachment. - type: input - id: tachiyomi-version + id: tachiyomisy-version attributes: - label: Tachiyomi version - description: You can find your Tachiyomi version in **More → About**. + label: TachiyomiSY version + description: You can find your TachiyomiSY version in **More → About**. placeholder: | Example: "1.10.2" validations: @@ -94,8 +94,6 @@ body: required: true - label: I have written a short but informative title. required: true - - label: If this is an issue with an extension, I should be opening an issue in the extension's repository. - required: true - label: I have gone through the [FAQ](https://mihon.app/docs/faq/general) and [troubleshooting guide](https:/mihon.app/docs/guides/troubleshooting/). required: true - label: I have updated the app to version **[1.10.2](https://github.com/jobobby04/tachiyomisy/releases/latest)**. diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/request_feature.yml index 20ed9df6a..751fa4b5f 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -1,5 +1,5 @@ name: ⭐ Feature request -description: Suggest a feature to improve Tachiyomi +description: Suggest a feature to improve TachiyomiSY labels: [Feature request] body: @@ -7,7 +7,7 @@ body: id: feature-description attributes: label: Describe your suggested feature - description: How can Tachiyomi be improved? + description: How can TachiyomiSY be improved? placeholder: | Example: "It should work like this..." @@ -31,8 +31,6 @@ body: required: true - label: I have written a short but informative title. required: true - - label: If this is an issue with an official extension, I should be opening an issue in the extension's repository. - required: true - label: I have updated the app to version **[1.10.2](https://github.com/jobobby04/tachiyomisy/releases/latest)**. required: true - label: I will fill out all of the requested information in this form.