mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 23:34:57 +08:00
chore: issue template
This commit is contained in:
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -5,11 +5,11 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## 在提交问题之前,请您务必完成以下操作!!!
|
## 在提交问题之前,请您务必完成以下操作,否则你的issue可能会根据情况直接被关闭!!!
|
||||||
## 在提交问题之前,请您务必完成以下操作!!!
|
## 在提交问题之前,请您务必完成以下操作,否则你的issue可能会根据情况直接被关闭!!!
|
||||||
## 在提交问题之前,请您务必完成以下操作!!!
|
## 在提交问题之前,请您务必完成以下操作,否则你的issue可能会根据情况直接被关闭!!!
|
||||||
|
|
||||||
1. **提供 误触/出现问题 界面的快照(不要提供截图,截图没有任何作用),并说明是哪一条规则 误触/出现问题**
|
1. **提供 误触/出现问题 界面的快照(不要提供截图,截图没有任何作用),并说明是哪一条规则 误触/出现问题,快照获取方式如下图**
|
||||||
2. 如果是需要点击多次才能关闭的情况,那么必须提供每一次点击页面的快照
|
2. 如果是需要点击多次才能关闭的情况,那么必须提供每一次点击页面的快照
|
||||||
3. 检查使用的是否是 [最新版订阅](https://github.com/AIsouler/GKD_subscription/releases/latest) 和 [最新版GKD](https://github.com/gkd-kit/gkd/releases/latest)
|
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) 导致的
|
4. 检查这个问题是否属于 [本项目维护的规则](https://github.com/AIsouler/GKD_subscription) 导致的
|
||||||
|
|||||||
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -5,11 +5,11 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## 在提交问题之前,请您务必完成以下操作!!!
|
## 在提交问题之前,请您务必完成以下操作,否则你的issue可能会根据情况直接被关闭!!!
|
||||||
## 在提交问题之前,请您务必完成以下操作!!!
|
## 在提交问题之前,请您务必完成以下操作,否则你的issue可能会根据情况直接被关闭!!!
|
||||||
## 在提交问题之前,请您务必完成以下操作!!!
|
## 在提交问题之前,请您务必完成以下操作,否则你的issue可能会根据情况直接被关闭!!!
|
||||||
|
|
||||||
1. **提供需要适配界面的快照(不要提供截图,截图没有任何作用)**
|
1. **提供需要适配界面的快照(不要提供截图,截图没有任何作用),快照获取方式如下图**
|
||||||
2. 如果是需要点击多次才能关闭的情况,那么必须提供每一次点击页面的快照
|
2. 如果是需要点击多次才能关闭的情况,那么必须提供每一次点击页面的快照
|
||||||
3. 检查全局规则是否开启
|
3. 检查全局规则是否开启
|
||||||
4. 检查使用的是否是 [最新版订阅](https://github.com/AIsouler/GKD_subscription/releases/latest) 和 [最新版GKD](https://github.com/gkd-kit/gkd/releases/latest)
|
4. 检查使用的是否是 [最新版订阅](https://github.com/AIsouler/GKD_subscription/releases/latest) 和 [最新版GKD](https://github.com/gkd-kit/gkd/releases/latest)
|
||||||
|
|||||||
3
.github/workflows/issue_content_check.yml
vendored
3
.github/workflows/issue_content_check.yml
vendored
@@ -20,9 +20,10 @@ jobs:
|
|||||||
issue-number: ${{ github.event.issue.number }}
|
issue-number: ${{ github.event.issue.number }}
|
||||||
labels: 'invalid'
|
labels: 'invalid'
|
||||||
body: |
|
body: |
|
||||||
你好 ${{ github.event.issue.user.login }},检测到您没有提供快照,请补充必要的快照!
|
你好 ${{ github.event.issue.user.login }},检测到您没有提供快照,请补充必要的快照,不要提供截图,截图没有任何作用,快照获取方式如下图!
|
||||||
|
|
||||||
可在下方评论区补充
|
可在下方评论区补充
|
||||||
|

|
||||||
|
|
||||||
- name: Add label and comment for uploading failed
|
- name: Add label and comment for uploading failed
|
||||||
if: contains(github.event.issue.body, 'Uploading') == true
|
if: contains(github.event.issue.body, 'Uploading') == true
|
||||||
|
|||||||
Reference in New Issue
Block a user