Skip to content

Commit

Permalink
chore(issue): issue tamplate
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Dec 17, 2023
1 parent 327716d commit e139ef7
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Bug report
description: Report an issue with GKD
labels: [pending triage]
body:
- type: markdown
attributes:
value: |
感谢您花时间填写这个 Bug 报告
- type: checkboxes
id: checkboxes
attributes:
label: 一些验证
description: 在提交问题之前,请确保您完成以下操作
options:
- label: 搜索检查是否已经存在请求相同功能的问题/讨论,以避免重复创建问题
required: true
- label: |
检查这个问题是属于 [规则](https://github.com/gkd-kit/subscription) 还是属于 GKD 本身\
大多数情况下也许你应该去 [subscription/issues](https://github.com/gkd-kit/subscription/issues) 提交问题
required: true
- type: textarea
id: log-file
attributes:
label: |
日志文件
description: |
主页-设置-日志, 上传日志文件或者生成链接并粘贴到下面的输入框\
请注意, 没有日志的问题将会被直接关闭
validations:
required: true
- type: textarea
id: bug-description
attributes:
label: |
Bug 描述
description: |
关于bug是什么的清晰而简洁的描述, 例如: 我在使用 GKD 时遇到了..., 我期望的行为是..., 实际的行为是...\
请使用准确的描述, 否则你的问题将会被直接关闭
validations:
required: true

1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: New feature proposal
description: Propose a new feature to be added to GKD
labels: ['enhancement: pending triage']
body:
- type: markdown
attributes:
value: |
感谢您对该项目的兴趣,并花点时间填写此功能请求报告
- type: checkboxes
id: checkboxes
attributes:
label: 一些验证
description: 在提交问题之前,请确保您完成以下操作
options:
- label: 搜索检查是否已经存在请求相同功能的问题/讨论,以避免重复创建问题
required: true
- type: textarea
id: feature-description
attributes:
label: |
清晰而简洁的问题描述, 例如: 我希望在 GKD 中的什么页面添加什么功能, 以及这个功能的作用是什么\
或者在规则定义中添加某个字段, 以及这个字段的作用是什么\
请使用准确的描述, 否则你的问题将会被直接关闭
validations:
required: true

0 comments on commit e139ef7

Please sign in to comment.