chore: issue templates add checklist (#1810)

* chore: issue templates add checklist

Signed-off-by: Ryan Wang <i@ryanc.cc>

* Update .github/ISSUE_TEMPLATE/bug_report.en.yml

Co-authored-by: BugKing <wangzhen@fit2cloud.com>

* Update .github/ISSUE_TEMPLATE/bug_report.zh.yml

Co-authored-by: BugKing <wangzhen@fit2cloud.com>

Co-authored-by: BugKing <wangzhen@fit2cloud.com>
pull/1813/head
Ryan Wang 2022-04-02 12:33:36 +08:00 committed by GitHub
parent 36abdba2af
commit 6a2602eef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

@ -6,6 +6,18 @@ body:
id: preface
attributes:
value: "Thanks for taking the time to fill out this bug report!"
- type: checkboxes
id: checklist
attributes:
label: Checklist
description: To avoid duplicate issues, it is recommended to do the following first.
options:
- label: The issue has been searched in [GitHub Issues](https://github.com/halo-dev/halo/issues)
required: true
- label: The issue has been searched in the [bbs.halo.run](https://bbs.halo.run/)
required: true
- label: Already consulted [document](https://docs.halo.run/)
required: true
- type: markdown
id: environment
attributes:

View File

@ -7,6 +7,18 @@ body:
attributes:
value: |
感谢你花时间填写此错误报告!在开始之前,我们非常推荐阅读一遍[《开源最佳实践》](https://github.com/LinuxSuRen/open-source-best-practice),这会在很大程度上提高我们彼此的效率。
- type: checkboxes
id: checklist
attributes:
label: 检查清单
description: 为了保证同样的问题不被重复创建,建议先进行下面的操作。
options:
- label: 已经在 [GitHub Issues](https://github.com/halo-dev/halo/issues) 中搜索过该问题
required: true
- label: 已经在[论坛](https://bbs.halo.run/)中搜索过该问题
required: true
- label: 已经查阅过[文档](https://docs.halo.run/)
required: true
- type: markdown
id: environment
attributes: