AWAvenue-Ads-Rule/.github/ISSUE_TEMPLATE/REPORT.yml
2024-01-16 21:23:15 +08:00

34 lines
816 B
YAML

name: "Bug(错误拦截)提交"
description: 问题报告.
title: "[BUG] <问题标题>"
labels: [
"bug"
]
body:
- type: textarea
id: description
attributes:
label: "问题描述"
description: 请输入简洁且明确的问题描述。
placeholder: 拦截xxx导致...功能出现...异常
validations:
required: true
- type: textarea
id: repord
attributes:
label: "复现步骤"
description: 输入简明的问题复现步骤。
placeholder: 在xxxx上xxx导致xxx...
validations:
required: false
- type: textarea
id: screenshot
attributes:
label: "问题截图"
description: 添加问题截图以便我们快速定位.
placeholder: "![图片描述](图片链接)"
validations:
required: false