Use task list for issue and pr checks (#7011)

#### What type of PR is this?

/kind cleanup

#### What this PR does / why we need it:

This PR use task list for issue and pr checks.

See https://github.com/orgs/halo-dev/discussions/7001 for more.

#### Which issue(s) this PR fixes:

Fixes https://github.com/orgs/halo-dev/discussions/7001

#### Does this PR introduce a user-facing change?

```release-note
None
```
pull/7031/head
John Niang 2024-11-08 13:53:21 +08:00 committed by GitHub
parent 8e23b6d45a
commit 85b615e66d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 44 additions and 38 deletions

View File

@ -2,18 +2,20 @@ name: Bug Report
description: File a bug report description: File a bug report
labels: [bug] labels: [bug]
body: body:
- type: markdown - type: checkboxes
id: preface id: preface
attributes: attributes:
value: | label: Prerequisites
Thank you for taking the time to fill out this issue report! Before we begin, we highly recommend reading through the [Open Source Guides](https://opensource.guide/), which will greatly improve our mutual efficiency. description: Thank you for taking the time to fill out this issue report! Before we begin, we highly recommend reading through the [Open Source Guides](https://opensource.guide/), which will greatly improve our mutual efficiency.
options:
**Before submitting, please check:** - label: I have searched for related issues in the [issues](https://github.com/halo-dev/halo/issues) list.
required: true
- You have searched for related issues in the [issues](https://github.com/halo-dev/halo/issues) list. - label: "This is an issue with the Halo project itself. If it is not an issue with the project itself(For example: Installation and deployment issues.), it is recommended to submit it in the [Discussions](https://github.com/halo-dev/halo/discussions)."
- This is an issue with the Halo project itself. If it is not an issue with the project itself(For example: Installation and deployment issues.), it is recommended to submit it in the [Discussions](https://github.com/halo-dev/halo/discussions). required: true
- You have tried disabling all plugins to rule out plugins as the cause of the problem. - label: I have tried disabling all plugins to rule out plugins as the cause of the problem.
- If it is an issue with plugins and themes, please submit it in the respective plugin and theme repositories. required: true
- label: If it is an issue with plugins and themes, please submit it in the respective plugin and theme repositories.
required: true
- type: markdown - type: markdown
id: environment id: environment
attributes: attributes:

View File

@ -2,18 +2,20 @@ name: Bug 反馈
description: 提交 Bug 反馈 description: 提交 Bug 反馈
labels: [bug] labels: [bug]
body: body:
- type: markdown - type: checkboxes
id: preface id: preface
attributes: attributes:
value: | label: 前置条件
感谢你花时间填写此错误报告!在开始之前,我们非常推荐阅读一遍[《开源软件指南》](https://opensource.guide/zh-hans/),这会在很大程度上提高我们彼此的效率。 description: 感谢你花时间填写此错误报告!在开始之前,我们非常推荐阅读一遍[《开源软件指南》](https://opensource.guide/zh-hans/),这会在很大程度上提高我们彼此的效率。
options:
**在提交之前,请检查:** - label: 已经在 [issues](https://github.com/halo-dev/halo/issues) 列表中搜索了相关问题。
required: true
- 已经在 [issues](https://github.com/halo-dev/halo/issues) 列表中搜索了相关问题。 - label: 这是 Halo 项目本身存在的问题,如果是非项目本身的问题(如:安装部署问题),建议在 [Discussions](https://github.com/halo-dev/halo/discussions) 提交。
- 这是 Halo 项目本身存在的问题,如果是非项目本身的问题(如:安装部署问题),建议在 [Discussions](https://github.com/halo-dev/halo/discussions) 提交。 required: true
- 已经尝试过停用所有的插件,排除是插件导致的问题。 - label: 已经尝试过停用所有的插件,排除是插件导致的问题。
- 如果是插件和主题的问题,请在对应的插件和主题仓库提交。 required: true
- label: 如果是插件和主题的问题,请在对应的插件和主题仓库提交。
required: true
- type: markdown - type: markdown
id: environment id: environment
attributes: attributes:

View File

@ -1,17 +1,18 @@
name: Feature Request name: Feature Request
description: File a feature request description: File a feature request
body: body:
- type: markdown - type: checkboxes
id: preface id: preface
attributes: attributes:
value: | label: Prerequisites
Hello! Thank you for submitting a new feature suggestion for Halo. Before we begin, we highly recommend reading through the [Open Source Guides](https://opensource.guide/), which will greatly improve our mutual efficiency. description: Hello! Thank you for submitting a new feature suggestion for Halo. Before we begin, we highly recommend reading through the [Open Source Guides](https://opensource.guide/), which will greatly improve our mutual efficiency.
options:
**Before submitting, please check:** - label: I have searched for related issues in the [Issues](https://github.com/halo-dev/halo/issues) list.
required: true
- You have searched for related issues in the [issues](https://github.com/halo-dev/halo/issues) list. - label: This is a feature related to Halo. If it is not an issue with the project itself, it is recommended to submit it in the [Discussions](https://github.com/halo-dev/halo/discussions).
- This is a feature related to Halo. If it is not an issue with the project itself, it is recommended to submit it in the [Discussions](https://github.com/halo-dev/halo/discussions). required: true
- If it is a feature suggestion for plugins and themes, please submit it in the respective plugin and theme repositories. - label: If it is a feature suggestion for plugins and themes, please submit it in the respective plugin and theme repositories.
required: true
- type: markdown - type: markdown
id: environment id: environment
attributes: attributes:

View File

@ -1,17 +1,18 @@
name: 新特性建议 name: 新特性建议
description: 提交新特性建议 description: 提交新特性建议
body: body:
- type: markdown - type: checkboxes
id: preface id: preface
attributes: attributes:
value: | label: 前置条件
你好!感谢你为 Halo 提交新特性建议。在开始之前,我们非常推荐阅读一遍[《开源软件指南》](https://opensource.guide/zh-hans/),这会在很大程度上提高我们彼此的效率。 description: 你好!感谢你为 Halo 提交新特性建议。在开始之前,我们非常推荐阅读一遍[《开源软件指南》](https://opensource.guide/zh-hans/),这会在很大程度上提高我们彼此的效率。
options:
**在提交之前,请检查:** - label: 已经在 [Issues](https://github.com/halo-dev/halo/issues) 列表中搜索了相关问题。
required: true
- 已经在 [issues](https://github.com/halo-dev/halo/issues) 列表中搜索了相关问题。 - label: 这是和 Halo 相关的特性,如果是非项目本身的问题,建议在 [Discussions](https://github.com/halo-dev/halo/discussions) 提交。
- 这是和 Halo 相关的特性,如果是非项目本身的问题,建议在 [Discussions](https://github.com/halo-dev/halo/discussions) 提交。 required: true
- 如果是插件和主题特性建议,请在对应的插件和主题仓库提交。 - label: 如果是插件和主题特性建议,请在对应的插件和主题仓库提交。
required: true
- type: markdown - type: markdown
id: environment id: environment
attributes: attributes: