Skip to content

Commit

Permalink
chore: issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Dec 26, 2024
1 parent ef7392b commit 51ffd47
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ body:
- type: markdown
attributes:
value: |
## 在提交问题之前,请您务必完成以下操作!!!
## 在提交问题之前,请您务必完成以下操作!!!
## 在提交问题之前,请您务必完成以下操作!!!
## 在提交问题之前,请您务必完成以下操作,否则你的issue可能会根据情况直接被关闭!!!
## 在提交问题之前,请您务必完成以下操作,否则你的issue可能会根据情况直接被关闭!!!
## 在提交问题之前,请您务必完成以下操作,否则你的issue可能会根据情况直接被关闭!!!
1. **提供 误触/出现问题 界面的快照(不要提供截图,截图没有任何作用),并说明是哪一条规则 误触/出现问题**
1. **提供 误触/出现问题 界面的快照(不要提供截图,截图没有任何作用),并说明是哪一条规则 误触/出现问题,快照获取方式如下图**
2. 如果是需要点击多次才能关闭的情况,那么必须提供每一次点击页面的快照
3. 检查使用的是否是 [最新版订阅](https://github.com/AIsouler/GKD_subscription/releases/latest) 和 [最新版GKD](https://github.com/gkd-kit/gkd/releases/latest)
4. 检查这个问题是否属于 [本项目维护的规则](https://github.com/AIsouler/GKD_subscription) 导致的
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ body:
- type: markdown
attributes:
value: |
## 在提交问题之前,请您务必完成以下操作!!!
## 在提交问题之前,请您务必完成以下操作!!!
## 在提交问题之前,请您务必完成以下操作!!!
## 在提交问题之前,请您务必完成以下操作,否则你的issue可能会根据情况直接被关闭!!!
## 在提交问题之前,请您务必完成以下操作,否则你的issue可能会根据情况直接被关闭!!!
## 在提交问题之前,请您务必完成以下操作,否则你的issue可能会根据情况直接被关闭!!!
1. **提供需要适配界面的快照(不要提供截图,截图没有任何作用)**
1. **提供需要适配界面的快照(不要提供截图,截图没有任何作用),快照获取方式如下图**
2. 如果是需要点击多次才能关闭的情况,那么必须提供每一次点击页面的快照
3. 检查全局规则是否开启
4. 检查使用的是否是 [最新版订阅](https://github.com/AIsouler/GKD_subscription/releases/latest) 和 [最新版GKD](https://github.com/gkd-kit/gkd/releases/latest)
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/issue_content_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
issue-number: ${{ github.event.issue.number }}
labels: 'invalid'
body: |
你好 ${{ github.event.issue.user.login }},检测到您没有提供快照,请补充必要的快照!
你好 ${{ github.event.issue.user.login }},检测到您没有提供快照,请补充必要的快照,不要提供截图,截图没有任何作用,快照获取方式如下图
可在下方评论区补充
![img](https://raw.githubusercontent.com/AIsouler/GKD_subscription/refs/heads/main/Snapshot.png)
- name: Add label and comment for uploading failed
if: contains(github.event.issue.body, 'Uploading') == true
Expand Down

0 comments on commit 51ffd47

Please sign in to comment.