更新 .gitea/ISSUE_TEMPLATE/feature_request.yaml
Signed-off-by: IMaster <imaster@noreply.localhost>
This commit is contained in:
parent
cde6bc561f
commit
4bcf90a203
@ -1,26 +1,33 @@
|
||||
---
|
||||
name: Feature Request
|
||||
name: 功能请求
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: [feature]
|
||||
assignees: []
|
||||
title: '[feature]:'
|
||||
body:
|
||||
- type: textarea
|
||||
id: feature
|
||||
attributes:
|
||||
label: 功能描述
|
||||
description: 请详细描述您希望的功能
|
||||
validations:
|
||||
required: false
|
||||
|
||||
fields:
|
||||
- name: 功能描述
|
||||
description: 请详细描述您希望的功能
|
||||
type: textarea
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: level
|
||||
attributes:
|
||||
label: 优先级
|
||||
description: 请选择功能的优先级
|
||||
options:
|
||||
- 高
|
||||
- 中
|
||||
- 低
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- name: 优先级
|
||||
description: 请选择功能的优先级
|
||||
type: select
|
||||
options:
|
||||
- 高
|
||||
- 中
|
||||
- 低
|
||||
required: true
|
||||
|
||||
- name: 是否需要设计?
|
||||
description: 是否需要设计团队参与?
|
||||
type: checkbox
|
||||
required: false
|
||||
- type: checkboxes
|
||||
id: design
|
||||
attributes:
|
||||
label: 是否需要设计?
|
||||
description: 是否需要设计团队参与?
|
||||
options:
|
||||
- label: 需要
|
||||
- label: 不需要
|
||||
Loading…
Reference in New Issue
Block a user