You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
664 B
21 lines
664 B
name: 需求建议
|
|
description: 您需要反馈一个需求建议时,使用此模板反馈
|
|
title: "[需求建议]: "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
感谢提出建议,我们将仔细考虑!
|
|
- type: textarea
|
|
attributes:
|
|
label: 您需要什么功能?
|
|
description: 请描述下您需要的功能是什么?社区会综合考虑是否支持您提出的需求。
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: 为什么需要该功能?
|
|
description: 请描述下该需求的价值,应用场景等。
|
|
validations:
|
|
required: true |