From 7863cbfdef56d85dd7a9a0a06ec69be5f93c9fc2 Mon Sep 17 00:00:00 2001 From: arkon Date: Mon, 8 Jan 2024 17:41:11 -0500 Subject: [PATCH] [skip ci] update issue templates (cherry picked from commit 97e04392d395d67234ea3ea6804cd9832061d9a3) --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .github/ISSUE_TEMPLATE/report_issue.yml | 2 +- .github/ISSUE_TEMPLATE/request_feature.yml | 2 +- README.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a31636b61..5e94cb548 100755 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,7 +6,7 @@ I acknowledge that: - To the latest version of the app (stable is v1.9.4) - All extensions - I have gone through the FAQ (https://tachiyomi.org/docs/faq/general) and troubleshooting guide (https://tachiyomi.org/docs/guides/troubleshooting/) -- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions +- If this is an issue with an official extension, that I should be opening an issue in https://github.com/tachiyomiorg/extensions - I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open or closed issue - I will fill out the title and the information in this template diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index dddf1e374..30d50347e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - name: ⚠️ Extension/source issue - url: https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose - about: Issues and requests for extensions and sources should be opened in the tachiyomi-extensions repository instead + url: https://github.com/tachiyomiorg/extensions/issues/new/choose + about: Issues and requests for official extensions and sources should be opened in the extensions repository instead - name: 📦 Tachiyomi extensions url: https://tachiyomi.org/extensions/ about: List of all available extensions with download links diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index 426468f8e..e7dbdeeac 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -96,7 +96,7 @@ 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 [extensions repository](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose). + - 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://tachiyomi.org/docs/faq/general) and [troubleshooting guide](https://tachiyomi.org/docs/guides/troubleshooting/). required: true diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/request_feature.yml index 5567f4c57..33a9b5691 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -31,7 +31,7 @@ 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 [extensions repository](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose). + - 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 **[1.9.4](https://github.com/jobobby04/tachiyomisy/releases/latest)**. required: true diff --git a/README.md b/README.md index 493deb4b5..3f4b33659 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ DON'T: https://github.com/tachiyomiorg/tachiyomi/issues/75 * Write a detailed issue, explaining what it should do or how. Avoid writing just "like X app does" * Include screenshot (if needed) -Source requests should be created at https://github.com/tachiyomiorg/tachiyomi-extensions, they do not belong in this repository. +Source requests are not accepted.
Contributing