From 4db3775eba55a54c957c6485b9d4a2b5df0425a8 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 27 Jan 2023 09:55:11 +0700 Subject: [PATCH] manage new feature expectations --- .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml index 9529082..2ff9610 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml @@ -6,7 +6,7 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to help improve this project! + Thanks for taking the time to help improve this project! This project is currently only taking new feature requests from contributors who want to make a PR with their ideas. The backlog of planned features outlined in the roadmap or the open issues here will keep us busy for the foreseeable future. - type: checkboxes id: already @@ -33,5 +33,5 @@ body: label: Your help is needed! description: This project is ambitious as it is, please contribute. options: - - label: Yes I can help with this feature request! - required: false + - label: Yes I will work on this in the next few days or weeks. + required: true