Update feature_request.yml

This commit is contained in:
Bruce Wayne
2021-04-01 20:19:37 +08:00
parent 8a6970cc26
commit 98bf6c3c9b
4 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
name: request
description: "Suggest an idea for this project"
title: ""
labels: 需要核实
issue_body: true
body:
- type: markdown
attributes:
value: Make sure you have read the readme, searched and read the issues related to yours. Otherwise it will be considered as a duplicate which will be closed immediately.
- type: textarea
id: description
attributes:
label: "Describe the feature you want"
description: A clear and concise description of what you want to happen.
validations:
required: true

View File

@@ -0,0 +1,16 @@
name: 功能请求
description: "建议这个项目的想法"
title: ""
labels: 需要核实
issue_body: true
body:
- type: markdown
attributes:
value: 确保你已经看过 readme也搜索并阅读过和你遇到的情况相关的问题。否则会被认为是重复的并被立刻关闭。
- type: textarea
id: description
attributes:
label: "功能描述"
description: 简明扼要地描述需要的功能
validations:
required: true