From 980b1d4170717521f6356c687da4d9bad1b224f4 Mon Sep 17 00:00:00 2001 From: shalousun Date: Fri, 16 Jul 2021 12:36:43 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bfffa7e..bbcbbe7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,15 +1,20 @@ --- -name: Feature Request 💡 about: Suggest a new idea for the project. labels: enhancement +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + --- -## Summary(关于这个pr的描述) +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -Brief explanation of the feature. +**Describe the solution you'd like** +A clear and concise description of what you want to happen. -### Basic example(pr的用例) +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. -If the proposal involves a new or changed API, include a basic code example. Omit this section if it's not applicable. - -### Motivation(提出这个pr目的) - -Why are we doing this? What use cases does it support? What is the expected outcome? \ No newline at end of file +**Additional context** +Add any other context or screenshots about the feature request here.