From 748faf28c8b731c21b422ba1f5ab5520a4b18074 Mon Sep 17 00:00:00 2001 From: Tristan Yang Date: Fri, 2 Dec 2022 16:50:54 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/我想提个建议.md | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/我想提个建议.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..48e29779 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEAT]" +labels: enhancement, unconfirmed +assignees: zerosoul + +--- + +**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 [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/我想提个建议.md b/.github/ISSUE_TEMPLATE/我想提个建议.md new file mode 100644 index 00000000..6fb7798e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/我想提个建议.md @@ -0,0 +1,20 @@ +--- +name: 我想提个建议 +about: 新功能,流程优化等,都可以在这里记录 +title: "[FEAT]" +labels: enhancement, unconfirmed +assignees: zerosoul + +--- + +**简述** +请简洁清晰地描述出你的想法 + +**你预期要达到什么效果** +假如你的想法已落地,会发生什么? + +**目前有没有替代** +你的想法在某个产品中,是否已经有了,请列出 + +**附加信息** +你的想法的截图,或者您的联系方式,等等