feat: feature request
This commit is contained in:
parent
79ed110a85
commit
ccd0b695a3
32
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
32
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
name: 功能改进
|
||||||
|
description: Feature Request
|
||||||
|
title: "[Feature Request]: "
|
||||||
|
labels: ["feature request"]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
请说明你希望添加的功能。
|
||||||
|
- type: input
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: 当前程序版本
|
||||||
|
description: 目前使用的程序版本
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: feature-request
|
||||||
|
attributes:
|
||||||
|
label: 功能改进
|
||||||
|
description: 请详细描述需要改进或者添加的功能。
|
||||||
|
placeholder: "功能改进"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: feature-request
|
||||||
|
attributes:
|
||||||
|
label: 参考资料
|
||||||
|
description: 可以列举一些参考资料。
|
||||||
|
placeholder: "参考资料"
|
||||||
|
validations:
|
||||||
|
required: true
|
Loading…
x
Reference in New Issue
Block a user