From 93c45675e66c4d11a02d84a946eb2298ca08b489 Mon Sep 17 00:00:00 2001 From: Diu Date: Sat, 6 May 2023 14:45:04 +0800 Subject: [PATCH] chore: update issue template. --- .github/ISSUE_TEMPLATE/feature_request.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 81ad703e..e73310bb 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -5,7 +5,12 @@ body: - type: markdown attributes: value: | - Thank you for taking the time to fill out this feature request! + ### Before submitting... + Thank you for taking the time to fill out this feature request! Please confirm the following points before submitting: + + ✅ I have checked the feature was not already submitted by searching on GitHub under issues or discussions. + ✅ I have checked the feature was not listed on [Anse's Roadmap](https://github.com/orgs/anse-app/projects/2). + ✅ Use English. This allows more people to search and participate in the issue. - type: textarea id: feature-description attributes: @@ -24,4 +29,4 @@ body: label: Participation options: - label: I am willing to submit a pull request for this feature. - required: false \ No newline at end of file + required: false