mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-13 17:12:41 +08:00
Update issue template (#969)
This commit is contained in:
parent
d03004f7e6
commit
73338da259
14
.github/ISSUE_TEMPLATE/--------.md
vendored
14
.github/ISSUE_TEMPLATE/--------.md
vendored
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
name: 报告误拦截,误杀
|
|
||||||
about: 报告误拦截,误杀
|
|
||||||
title: "[误杀]"
|
|
||||||
labels: bug, 误杀
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
域名:ppp.net(极其重要,没有域名基本无法排查误杀,提交了也大概率无法解决你的问题)
|
|
||||||
发生时间:xxx年xx月xx日
|
|
||||||
使用的列表: (具体的文件,例如/anti-ad-domains.txt, /anti-ad-easylist.txt等等)
|
|
||||||
使用的工具:(例如AdGuard Home, dnsmasq, smartDNS,surge等)
|
|
||||||
问题描述:<!-- 有附加截图更佳-->
|
|
12
.github/ISSUE_TEMPLATE/----.md
vendored
12
.github/ISSUE_TEMPLATE/----.md
vendored
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
name: 新增拦截
|
|
||||||
about: 我发现了需要拦截的域名
|
|
||||||
title: "[新增拦截]"
|
|
||||||
labels: 新增
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
域名:
|
|
||||||
出现场景:
|
|
||||||
补充说明:
|
|
76
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
76
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
name: 报告误杀
|
||||||
|
description: "我发现了 被误杀/不应被拦截 的域名"
|
||||||
|
title: "[误杀]"
|
||||||
|
labels: ["bug", "误杀"]
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: 注意事项
|
||||||
|
description: 请浏览勾选以下事项,无效 issue 将被关闭
|
||||||
|
options:
|
||||||
|
- label: 我做了简单验证,确定问题由 anti-AD 列表造成
|
||||||
|
required: false
|
||||||
|
- label: 我近期更新过 anti-AD 列表,当前版本仍存在问题
|
||||||
|
required: false
|
||||||
|
- label: 我将提供清晰明确的问题描述
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: 使用的规则
|
||||||
|
description: 请选择你使用的 anti-AD 列表
|
||||||
|
options:
|
||||||
|
- anti-ad-adguard.txt
|
||||||
|
- anti-ad-clash.yaml
|
||||||
|
- anti-ad-dnsmasq.conf
|
||||||
|
- anti-ad-domains.txt
|
||||||
|
- anti-ad-easylist.txt
|
||||||
|
- anti-ad-sing-box.srs
|
||||||
|
- anti-ad-smartdns.conf
|
||||||
|
- anti-ad-surge.txt
|
||||||
|
- anti-ad-surge2.txt
|
||||||
|
- 其他(请在描述中说明)
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: 使用的拦截工具
|
||||||
|
description: 请选择你使用的拦截工具
|
||||||
|
options:
|
||||||
|
- AdGuard
|
||||||
|
- AdGuardHome
|
||||||
|
- Clash/Meta/Mihomo
|
||||||
|
- dnsmasq
|
||||||
|
- Pi-Hole
|
||||||
|
- Quantumult X
|
||||||
|
- sing-box
|
||||||
|
- SmartDNS
|
||||||
|
- Surge
|
||||||
|
- 其他
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: 误杀域名
|
||||||
|
description: 请提供不应被拦截的域名(列表)
|
||||||
|
placeholder: ad.example.com / 我不清楚
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 问题描述
|
||||||
|
description: 请说明该域名被拦截后的影响,尽可能准确清晰
|
||||||
|
value: |
|
||||||
|
1. 问题发生时间:
|
||||||
|
|
||||||
|
2. 涉及的平台/软件/功能:
|
||||||
|
|
||||||
|
3. 误杀造成的影响:
|
||||||
|
|
||||||
|
4. 截图、附件等(如有):
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
'blank_issues_enabled': true
|
36
.github/ISSUE_TEMPLATE/domain_submit.yml
vendored
Normal file
36
.github/ISSUE_TEMPLATE/domain_submit.yml
vendored
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
name: 新增拦截
|
||||||
|
description: "我发现了需要拦截的域名"
|
||||||
|
title: "[新增拦截]"
|
||||||
|
labels: ["新增"]
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: 注意事项
|
||||||
|
description: 请浏览勾选以下事项,无效 issue 将被关闭
|
||||||
|
options:
|
||||||
|
- label: 我将提供清晰明确的问题描述
|
||||||
|
required: true
|
||||||
|
- label: 我做过简单测试,确认相关域名被拦截后不会出现明显问题
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: 域名
|
||||||
|
description: 请提供希望拦截的域名(列表)
|
||||||
|
placeholder: ad.example.com
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 问题描述
|
||||||
|
description: 请说明该域名出现的场景,为什么应当被拦截
|
||||||
|
value: |
|
||||||
|
1. 出现场景:
|
||||||
|
|
||||||
|
2. 拦截理由:
|
||||||
|
|
||||||
|
3. 截图、附件等(如有):
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user