mirror of https://github.com/halo-dev/halo
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
parent
8e23b6d45a
commit
85b615e66d
|
@ -2,18 +2,20 @@ name: Bug Report
|
|||
description: File a bug report
|
||||
labels: [bug]
|
||||
body:
|
||||
- type: markdown
|
||||
- type: checkboxes
|
||||
id: preface
|
||||
attributes:
|
||||
value: |
|
||||
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.
|
||||
|
||||
**Before submitting, please check:**
|
||||
|
||||
- You have searched for related issues in the [issues](https://github.com/halo-dev/halo/issues) list.
|
||||
- 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).
|
||||
- You 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.
|
||||
label: Prerequisites
|
||||
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:
|
||||
- label: I have searched for related issues in the [issues](https://github.com/halo-dev/halo/issues) list.
|
||||
required: true
|
||||
- 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)."
|
||||
required: true
|
||||
- label: I have tried disabling all plugins to rule out plugins as the cause of the problem.
|
||||
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
|
||||
id: environment
|
||||
attributes:
|
||||
|
|
|
@ -2,18 +2,20 @@ name: Bug 反馈
|
|||
description: 提交 Bug 反馈
|
||||
labels: [bug]
|
||||
body:
|
||||
- type: markdown
|
||||
- type: checkboxes
|
||||
id: preface
|
||||
attributes:
|
||||
value: |
|
||||
感谢你花时间填写此错误报告!在开始之前,我们非常推荐阅读一遍[《开源软件指南》](https://opensource.guide/zh-hans/),这会在很大程度上提高我们彼此的效率。
|
||||
|
||||
**在提交之前,请检查:**
|
||||
|
||||
- 已经在 [issues](https://github.com/halo-dev/halo/issues) 列表中搜索了相关问题。
|
||||
- 这是 Halo 项目本身存在的问题,如果是非项目本身的问题(如:安装部署问题),建议在 [Discussions](https://github.com/halo-dev/halo/discussions) 提交。
|
||||
- 已经尝试过停用所有的插件,排除是插件导致的问题。
|
||||
- 如果是插件和主题的问题,请在对应的插件和主题仓库提交。
|
||||
label: 前置条件
|
||||
description: 感谢你花时间填写此错误报告!在开始之前,我们非常推荐阅读一遍[《开源软件指南》](https://opensource.guide/zh-hans/),这会在很大程度上提高我们彼此的效率。
|
||||
options:
|
||||
- label: 已经在 [issues](https://github.com/halo-dev/halo/issues) 列表中搜索了相关问题。
|
||||
required: true
|
||||
- label: 这是 Halo 项目本身存在的问题,如果是非项目本身的问题(如:安装部署问题),建议在 [Discussions](https://github.com/halo-dev/halo/discussions) 提交。
|
||||
required: true
|
||||
- label: 已经尝试过停用所有的插件,排除是插件导致的问题。
|
||||
required: true
|
||||
- label: 如果是插件和主题的问题,请在对应的插件和主题仓库提交。
|
||||
required: true
|
||||
- type: markdown
|
||||
id: environment
|
||||
attributes:
|
||||
|
|
|
@ -1,17 +1,18 @@
|
|||
name: Feature Request
|
||||
description: File a feature request
|
||||
body:
|
||||
- type: markdown
|
||||
- type: checkboxes
|
||||
id: preface
|
||||
attributes:
|
||||
value: |
|
||||
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.
|
||||
|
||||
**Before submitting, please check:**
|
||||
|
||||
- You have searched for related issues in the [issues](https://github.com/halo-dev/halo/issues) list.
|
||||
- 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).
|
||||
- If it is a feature suggestion for plugins and themes, please submit it in the respective plugin and theme repositories.
|
||||
label: Prerequisites
|
||||
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:
|
||||
- label: I have searched for related issues in the [Issues](https://github.com/halo-dev/halo/issues) list.
|
||||
required: true
|
||||
- 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).
|
||||
required: true
|
||||
- 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
|
||||
id: environment
|
||||
attributes:
|
||||
|
|
|
@ -1,17 +1,18 @@
|
|||
name: 新特性建议
|
||||
description: 提交新特性建议
|
||||
body:
|
||||
- type: markdown
|
||||
- type: checkboxes
|
||||
id: preface
|
||||
attributes:
|
||||
value: |
|
||||
你好!感谢你为 Halo 提交新特性建议。在开始之前,我们非常推荐阅读一遍[《开源软件指南》](https://opensource.guide/zh-hans/),这会在很大程度上提高我们彼此的效率。
|
||||
|
||||
**在提交之前,请检查:**
|
||||
|
||||
- 已经在 [issues](https://github.com/halo-dev/halo/issues) 列表中搜索了相关问题。
|
||||
- 这是和 Halo 相关的特性,如果是非项目本身的问题,建议在 [Discussions](https://github.com/halo-dev/halo/discussions) 提交。
|
||||
- 如果是插件和主题特性建议,请在对应的插件和主题仓库提交。
|
||||
label: 前置条件
|
||||
description: 你好!感谢你为 Halo 提交新特性建议。在开始之前,我们非常推荐阅读一遍[《开源软件指南》](https://opensource.guide/zh-hans/),这会在很大程度上提高我们彼此的效率。
|
||||
options:
|
||||
- label: 已经在 [Issues](https://github.com/halo-dev/halo/issues) 列表中搜索了相关问题。
|
||||
required: true
|
||||
- label: 这是和 Halo 相关的特性,如果是非项目本身的问题,建议在 [Discussions](https://github.com/halo-dev/halo/discussions) 提交。
|
||||
required: true
|
||||
- label: 如果是插件和主题特性建议,请在对应的插件和主题仓库提交。
|
||||
required: true
|
||||
- type: markdown
|
||||
id: environment
|
||||
attributes:
|
||||
|
|
Loading…
Reference in New Issue