From 97e04392d395d67234ea3ea6804cd9832061d9a3 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 --- .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 9a7611bc7d..48c2a4eea7 100644 --- 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 v0.15.1) - 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 dddf1e374f..30d50347e8 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 81f73fa09e..106a7df698 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -94,7 +94,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 d3d2f7190e..b2f7bb44c6 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 **[0.15.1](https://github.com/tachiyomiorg/tachiyomi/releases/latest)**. required: true diff --git a/README.md b/README.md index a9ac2dfc69..2f73bb1704 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,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