mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-09-05 23:56:50 +08:00
chore: update bug report template to ensure required fields are validated
This commit is contained in:
@@ -23,12 +23,16 @@ body:
|
|||||||
description: "Please provide your config file"
|
description: "Please provide your config file"
|
||||||
placeholder: "请自行隐去密钥信息"
|
placeholder: "请自行隐去密钥信息"
|
||||||
render: toml
|
render: toml
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "🔍 日志"
|
label: "🔍 日志"
|
||||||
description: "Please provide logs"
|
description: "Please provide logs"
|
||||||
placeholder: "可删除隐私信息"
|
placeholder: "可删除隐私信息"
|
||||||
render: shell
|
render: shell
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
|
|||||||
Reference in New Issue
Block a user