为 Issue 模板添加自查

This commit is contained in:
txyyh 2024-01-17 04:41:34 +00:00
parent f926fe2d08
commit 426aa31231
2 changed files with 47 additions and 2 deletions

View File

@ -6,6 +6,11 @@ labels: [
]
body:
- type: markdown
attributes:
value: |
提交 Issue 前,还请首先完成文末的自查步骤
- type: textarea
id: domain
attributes:
@ -31,4 +36,17 @@ body:
description: 如果可能,请提供效果图片
placeholder: "![图片描述](图片链接)"
validations:
required: false
required: false
- type: checkboxes
id: check
attributes:
label: 自查步骤
description: |
请确认已经遵守所有必选项,否则不排除将 Close Issue 直至 Ban
options:
- label: 我确认此拦截域名在本项目最新规则上并不存在,如因网络问题无法获取最新规则者还请自行解决
required: true
- label: 我确认我已经搜索过 [Issue Tracker](https://github.com/TG-Twilight/AWAvenue-Ads-Rule/issues),且并未查询到提交相同拦截域名的 Issue
required: true

View File

@ -6,6 +6,11 @@ labels: [
]
body:
- type: markdown
attributes:
value: |
提交 Issue 前,还请首先完成文末的自查步骤
- type: textarea
id: description
attributes:
@ -31,4 +36,26 @@ body:
description: 添加问题截图以便我们快速定位.
placeholder: "![图片描述](图片链接)"
validations:
required: false
required: false
- type: checkboxes
id: check
attributes:
label: 自查步骤
description: |
请确认已经遵守所有必选项,否则不排除将 Close Issue 直至 Ban
options:
- label: 我确认我已经详细阅读过[使用教程](https://awavenue.top/Knowledge.html),且此问题并未在其中得到解决
required: true
- label: 我确认此问题是由本项目规则引起或与其相关,请勿提交与本项目无关 Issue
required: true
- label: 我确认此问题在本项目最新规则上依然存在,如因网络问题无法获取最新规则者还请自行解决
required: true
- label: 我确认我已经搜索过 [Issue Tracker](https://github.com/TG-Twilight/AWAvenue-Ads-Rule/issues),且并未查询到类似内容
required: true
- label: 我确认本 Issue 只提及一个问题,如有多个问题,烦请提交多个 Issue
required: true