From 7ef4ec0a774a19432c93bf131cd18d2de5237b4a Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 26 Jun 2022 16:42:58 -0400 Subject: [PATCH] [skip ci] Update issue templates (cherry picked from commit 7b294478e497116ecaa25b2ee9ce17cd541dd7fa) --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/report_issue.yml | 2 +- .github/ISSUE_TEMPLATE/request_feature.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 9f677a5e7..5e7be6d8f 100755 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -7,7 +7,7 @@ I acknowledge that: - All extensions - I have tried the troubleshooting guide: https://tachiyomi.org/help/guides/troubleshooting-problems/ - If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions -- I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open issue +- 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 Note that the issue will be automatically closed if you do not fill out the title or requested information. diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index dce871a66..51839d035 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -90,7 +90,7 @@ body: label: Acknowledgements description: Read this carefully, we will close and ignore your issue if you skimmed through this. options: - - label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue. + - 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 diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/request_feature.yml index 9d1e13283..1161e36ff 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -27,7 +27,7 @@ body: label: Acknowledgements description: Read this carefully, we will close and ignore your issue if you skimmed through this. options: - - label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue. + - 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