From 7e581147f593e50e86bee175d3417c58e862148d Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:43:31 +0800 Subject: [PATCH] #1047 Remove faq link --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 87690163..fa847229 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -24,8 +24,6 @@ body: options: - label: "I have read the [README](https://github.com/uazo/cromite/blob/master/README.md)" required: true - - label: "I have read the [FAQs](https://github.com/uazo/cromite/blob/master/FAQ.md)." - required: true - label: "I have searched [existing issues](https://github.com/uazo/cromite/issues) for my feature request. This is a new issue (NOT a duplicate) and is not related to another issue." required: true - label: "I have searched [wont fix issues](https://github.com/uazo/cromite/issues?q=label%3Awontfix) and this request is not among them"