mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-09-05 07:36:36 +08:00
chore: update bug report template to ensure required fields are validated
This commit is contained in:
@@ -23,13 +23,17 @@ 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: |
|
||||||
## Thank you for contributing to the project :slightly_smiling_face:
|
## Thank you for contributing to the project :slightly_smiling_face:
|
||||||
|
|||||||
Reference in New Issue
Block a user