Files
SaveAny-Bot/.github/ISSUE_TEMPLATE/bug.yml

40 lines
991 B
YAML

name: "👾 报告 bug"
description: "报告 bug"
labels:
- "bug"
assignees:
- krau
body:
- type: textarea
attributes:
label: "👾 问题描述"
description: "What happened?"
placeholder: "When called ... happens ..."
validations:
required: true
- type: textarea
attributes:
label: "⚡️ 预期行为"
description: "What was expected?"
placeholder: "It should be ..."
- type: textarea
attributes:
label: "📄 配置文件"
description: "Please provide your config file"
placeholder: "请自行隐去密钥信息"
render: toml
validations:
required: true
- type: textarea
attributes:
label: "🔍 日志"
description: "Please provide logs"
placeholder: "可删除隐私信息"
render: shell
validations:
required: true
- type: markdown
attributes:
value: |
## Thank you for contributing to the project :slightly_smiling_face: