From f3b68b01478439035f57ea89fe98577c70c96126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=85=E5=AD=90?= Date: Tue, 24 Aug 2021 11:18:08 +0800 Subject: [PATCH] chore(issue/template): modify feature template and add proposal template (#1362) * chore(issue/template): modify feature template and add proposal template --- .github/ISSUE_TEMPLATE/feature-request.md | 46 ++++++++++++-- .github/ISSUE_TEMPLATE/proposal.md | 73 +++++++++++++++++++++++ 2 files changed, 114 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/proposal.md diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 4e45dad6f..c8cc2f816 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -4,15 +4,51 @@ about: For ideas or feature requests, start a new discussion. title: "[Feature]" labels: feature assignees: '' - --- Please see the FAQ in our main README.md before submitting your issue. -### Use case(s) - what problem will this feature solve? + -### Alternatives Considered +### What problem is the feature used to solve? + -### Additional Context +### Requirements description of the feature + +### References + diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md new file mode 100644 index 000000000..951953b71 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/proposal.md @@ -0,0 +1,73 @@ +--- +name: "\U0001F9F1 Proposal Request" +about: Implementation draft of feature. +title: "[Proposal]" +labels: proposal +assignees: '' +--- + +Please see the FAQ in our main README.md before submitting your issue. + + + +### Proposal description + +### Implementation mode + +### Usage demonstration + \ No newline at end of file