From b8a9998bbd2b4f937095728c19e834122e580230 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 --- .github/ISSUE_TEMPLATE/report_issue.yml | 2 -- .github/ISSUE_TEMPLATE/request_feature.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index d3a83249c..94f0c6f6b 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -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 official extension, I should be opening an issue in the [extensions repository](https://github.com/tachiyomiorg/extensions/issues/new/choose). - 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 **[0.16.1](https://github.com/mihonapp/mihon/releases/latest)**. diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/request_feature.yml index d8b93757e..f98db1543 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -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 [extensions repository](https://github.com/tachiyomiorg/extensions/issues/new/choose). - required: true - label: I have updated the app to version **[0.16.1](https://github.com/mihonapp/mihon/releases/latest)**. required: true - label: I will fill out all of the requested information in this form.