From ee9560718bfdeac730083eadabc9e648dcc6d3c5 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Mon, 16 May 2022 11:53:13 +0800 Subject: [PATCH] chore: add description for feature-request --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature-request.yaml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c699d69af..ee81beb75 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ contact_links: - name: Support Request url: https://github.com/emqx/emqx/discussions - about: Asking a question about usages, docs or anything you're insterested in. + about: Asking a question about usages, docs or anything you're insterested in - name: Support Request (CN) url: https://askemq.com - about: Feel free to visit our Chinese community for support if it is more convenient for you. + about: Feel free to visit our Chinese community for support if it is more convenient for you diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 2e1ff3f75..fd8d19d7e 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -6,6 +6,9 @@ body: id: feature attributes: label: What would you like to be added or enhanced? + description: | + Feature requests are unlikely to make progress as issues. + If you have a clear idea about this improvement, you can submit it as a design proposal to [EIP](https://github.com/emqx/eip) validations: required: true