Skip to content

Commit

Permalink
chore(actions): issue tample
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Jun 17, 2024
1 parent 0c22917 commit 93e90ac
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
17 changes: 8 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Bug report / 错误反馈
description: Report an issue with GKD
labels: [pending triage]
name: 问题反馈 / Bug report
title: "[BUG] "
description: 反馈你遇到的问题 / Report the issue you are experiencing
labels: ["bug"]

body:
- type: markdown
attributes:
Expand All @@ -12,15 +14,12 @@ body:
label: 一些验证
description: 在提交问题之前,请确保您完成以下操作
options:
- label: 搜索检查是否已经存在请求相同功能的问题/讨论,以避免重复创建问题
required: true
- label: GKD 默认不包含任何规则, 如果您想要自定义规则, 您可以 [查看文档](https://gkd.li/)
required: true
- label: 1.我确认知晓并同意维护者直接关闭不符合 issue 规范的问题
- label: 请 **确保** 您已经查阅了 [GKD 官方文档](https://gkd.li) 以及 [常见问题](https://gkd.li/faq/)
required: true
- label: 2.我确认知晓并同意维护者直接关闭不符合 issue 规范的问题
- label: 请 **确保** [已有的问题](https://github.com/gkd-kit/gkd/issues?q=is%3Aissue) 中没有人提交过相似issue,否则请在已有的issue下进行讨论
required: true
- label: 3.我确认知晓并同意维护者直接关闭不符合 issue 规范的问题
- label: 请 **务必** 给issue填写一个简洁明了的标题,以便他人快速检索
required: true
- label: 我已确保提供下列的日志和BUG描述及其复现步骤, 否则我同意维护者直接关闭问题
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Questions & Discussions / 问题和讨论
- name: 讨论交流 / Discussions
url: https://github.com/gkd-kit/gkd/discussions
about: Use GitHub discussions for message-board style questions and discussions.
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: New feature proposal / 新功能请求
description: Propose a new feature to be added to GKD
labels: ['enhancement: pending triage']
name: 功能请求 / Feature request
title: "[Feature] "
description: 提出你的功能请求 / Propose your feature request
labels: ["enhancement"]

body:
- type: markdown
attributes:
Expand All @@ -12,15 +14,13 @@ body:
label: 一些验证
description: 在提交问题之前,请确保您完成以下操作
options:
- label: 搜索检查是否已经存在请求相同功能的问题/讨论,以避免重复创建问题
- label: GKD 默认不提供任何规则, 你可以查看 [GKD 官方文档](https://gkd.li) 后自行编写规则或者导入远程订阅, 请不要再提出类似想要XXX规则这种问题
required: true
- label: GKD 默认不包含任何规则, 如果您想要自定义规则, 您可以 [查看文档](https://gkd.li/)
- label: 请 **确保** 您已经查阅了 [GKD 官方文档](https://gkd.li) 以及 [常见问题](https://gkd.li/faq/)
required: true
- label: 1.我确认知晓并同意维护者直接关闭不符合 issue 规范的问题
- label: 请 **确保** [已有的问题](https://github.com/gkd-kit/gkd/issues?q=is%3Aissue) 中没有人提交过相似issue,否则请在已有的issue下进行讨论
required: true
- label: 2.我确认知晓并同意维护者直接关闭不符合 issue 规范的问题
required: true
- label: 3.我确认知晓并同意维护者直接关闭不符合 issue 规范的问题
- label: 请 **务必** 给issue填写一个简洁明了的标题,以便他人快速检索
required: true
- type: textarea
id: feature-description
Expand Down

0 comments on commit 93e90ac

Please sign in to comment.