From 439e7eaca04c99498004bf5a33e2f7e6cef7a55c Mon Sep 17 00:00:00 2001 From: Lemonawa Date: Tue, 26 Jul 2022 18:51:36 +0800 Subject: [PATCH] Create 02_feature_request.yml --- .github/ISSUE_TEMPALTE/02_feature_request.yml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPALTE/02_feature_request.yml diff --git a/.github/ISSUE_TEMPALTE/02_feature_request.yml b/.github/ISSUE_TEMPALTE/02_feature_request.yml new file mode 100644 index 00000000..4e79294c --- /dev/null +++ b/.github/ISSUE_TEMPALTE/02_feature_request.yml @@ -0,0 +1,34 @@ +name: Feature 请求 +description: "为这个项目提出一个建议" +title: "[Feature request]: " +labels: ['enhancement'] +body: +- type: input + id: problem + attributes: + label: 相关问题 + description: "清楚而简洁地描述问题是什么。" + placeholder: "当我想要……时,软件不能……" + validations: + required: true +- type: input + id: way-to-solve + attributes: + label: 描述你希望的解决方案 + description: "你希望发生什么" + validations: + required: true +- type: input + id: instead + attributes: + label: 描述你所考虑的替代方案 + validations: + required: false +- type: checkboxes + id: "issues" + attributes: + label: "我确认已查询历史issues" + description: "否则请查询后提出" + options: + - label: 是 + required: true