mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
chore: issue template
This commit is contained in:
13
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
13
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,19 +1,24 @@
|
||||
name: 报告 Bug
|
||||
description: 报告 误触 规则Bug
|
||||
title: "[Bug] "
|
||||
description: 报告 误触/问题 规则
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
## 在提交问题之前,请确保您完成以下操作
|
||||
1. 我确保 **提供 误触界面 的快照(不要提供截图,截图没有任何作用),并说明是哪一条规则误触**
|
||||
1. 我确保 **提供 误触/出现问题 界面的快照(不要提供截图,截图没有任何作用),并说明是哪一条规则 误触/出现问题**
|
||||
2. 我确保使用的是 [最新版订阅](https://github.com/AIsouler/GKD_subscription/releases/latest) 和 [最新版GKD](https://github.com/gkd-kit/gkd/releases/latest)
|
||||
3. 检查这个问题是否属于 [本项目维护的规则](https://github.com/AIsouler/GKD_subscription) 导致的
|
||||
4. 如果你的issue被受理,受理者提出的问题、要求,应在3日内予以回复,否则会被关闭
|
||||
|
||||
#### 检查问题是否属于以下几种之一,如果属于请说明是哪一种(误触问题可忽略这条)
|
||||
1. 规则不生效,但是截取快照时生效/回到桌面(不杀后台)再进入软件后生效
|
||||
2. 规则触发了(有点击提示),但实际并不能生效(没有达到预期行为)
|
||||
- type: textarea
|
||||
id: bug-1
|
||||
attributes:
|
||||
label: |
|
||||
请输入 误触界面 的快照或者生成的链接,也可在后面补充其它信息
|
||||
请输入 误触/出现问题 界面的快照或者生成的链接,也可在后面补充其它信息/问题说明
|
||||
description: |
|
||||
快照是一个 zip 文件,快照链接是类似 "https://i.gkd.li/i/XXXXXXXX" 的文本,按照如下方式可获得快照信息
|
||||
|
||||
@@ -25,6 +30,6 @@ body:
|
||||
id: bug-2
|
||||
attributes:
|
||||
label: |
|
||||
请说明是哪一条规则误触,可文字说明,也可提供触发记录界面的截图
|
||||
请说明是哪一条规则 误触/出现问题,可文字说明,也可提供触发记录界面的截图
|
||||
validations:
|
||||
required: true
|
||||
|
||||
3
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
3
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -1,4 +1,5 @@
|
||||
name: APP 适配
|
||||
name: 请求适配
|
||||
title: "[Feature] "
|
||||
description: 请求增加适配 APP 规则
|
||||
body:
|
||||
- type: markdown
|
||||
|
||||
Reference in New Issue
Block a user