mirror of
https://github.com/TG-Twilight/AWAvenue-Ads-Rule.git
synced 2025-11-04 14:49:47 +08:00
34 lines
816 B
YAML
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 |