更新textarea
This commit is contained in:
@@ -5,8 +5,17 @@ title: "[Bug]:"
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: "测试"
|
||||
label: "提交前请先确认"
|
||||
options:
|
||||
- label: "选项一"
|
||||
- label: "我确认此 Bug 尚未被人提交过"
|
||||
required: true
|
||||
- label: "选项二"
|
||||
- label: "我确认此 Bug 非平衡性问题"
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "出现问题的时间"
|
||||
placeholder: "请使用北京时间(GMT+8)填写"
|
||||
validations:
|
||||
is_number: true
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user