mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 03:32:38 +08:00
chore(actions): issue tample
This commit is contained in:
parent
0c22917b19
commit
93e90ac49f
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -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:
|
||||
|
@ -12,15 +14,12 @@ body:
|
|||
label: 一些验证
|
||||
description: 在提交问题之前,请确保您完成以下操作
|
||||
options:
|
||||
- label: 搜索检查是否已经存在请求相同功能的问题/讨论,以避免重复创建问题
|
||||
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
|
||||
- label: 我已确保提供下列的日志和BUG描述及其复现步骤, 否则我同意维护者直接关闭问题
|
||||
required: true
|
||||
|
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -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
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
18
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -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:
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user