mirror of https://github.com/halo-dev/halo
chore: add feature request issue templates.
parent
b6527823e4
commit
5b58b4cd1a
|
@ -16,14 +16,14 @@ body:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: What is version of Halo has the issue?
|
label: What is version of Halo has the issue?
|
||||||
description: "Can be found in the about page in admin background."
|
description: "Can be found in backstage management system."
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: database
|
id: database
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: "What database are you using?"
|
label: "What database are you using?"
|
||||||
description: "Can be found in the about page in admin background."
|
description: "Can be found in backstage management system."
|
||||||
options:
|
options:
|
||||||
- H2
|
- H2
|
||||||
- MySQL 5.7
|
- MySQL 5.7
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: 对 Halo 有其他问题
|
||||||
|
url: https://bbs.halo.run
|
||||||
|
about: 如果你对 Halo 有其他想要提问的,我们欢迎到我们的官方社区进行提问。
|
|
@ -0,0 +1,31 @@
|
||||||
|
name: Feature Request
|
||||||
|
description: File a feature request
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
id: preface
|
||||||
|
attributes:
|
||||||
|
value: "Hello there! Thank you for submitting new features for Halo. Please spend a little bit to fill in the following instructions in detail."
|
||||||
|
- type: markdown
|
||||||
|
id: environment
|
||||||
|
attributes:
|
||||||
|
value: "## Environment"
|
||||||
|
- type: input
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: "Your current Halo version"
|
||||||
|
description: "Can be found in backstage management system."
|
||||||
|
- type: markdown
|
||||||
|
id: details
|
||||||
|
attributes:
|
||||||
|
value: "## Details"
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: "Describe this feature"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: additional-information
|
||||||
|
attributes:
|
||||||
|
label: "Additional information"
|
||||||
|
description: "If you have other information to note, you can fill it in here (screenshots, videos, etc.)."
|
|
@ -1,34 +0,0 @@
|
||||||
---
|
|
||||||
name: Feature Request
|
|
||||||
about: 想让我们为 Halo 增加什么功能吗?
|
|
||||||
title: 'feat: '
|
|
||||||
labels: 'Feature Request'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<!--
|
|
||||||
你好!感谢你愿意考虑希望 Halo 增加某个新功能。请花一点点时间尽量详细地回答以下基础问题。
|
|
||||||
|
|
||||||
谢谢!
|
|
||||||
-->
|
|
||||||
|
|
||||||
## 概述
|
|
||||||
|
|
||||||
<!--
|
|
||||||
对这个新功能的一段描述
|
|
||||||
-->
|
|
||||||
|
|
||||||
## 动机
|
|
||||||
|
|
||||||
<!--
|
|
||||||
为什么你希望在 Halo 中使用这个功能?
|
|
||||||
-->
|
|
||||||
|
|
||||||
## 详细解释
|
|
||||||
|
|
||||||
<!--
|
|
||||||
详细描述这个新功能。
|
|
||||||
|
|
||||||
如果这是一个小功能,你可以忽略这部分。
|
|
||||||
-->
|
|
|
@ -0,0 +1,31 @@
|
||||||
|
name: 新特性建议
|
||||||
|
description: 提交新特性建议
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
id: preface
|
||||||
|
attributes:
|
||||||
|
value: "你好!感谢你为 Halo 提交新特性建议。请花一点点时间尽量详细地填写以下说明。"
|
||||||
|
- type: markdown
|
||||||
|
id: environment
|
||||||
|
attributes:
|
||||||
|
value: "## 环境信息"
|
||||||
|
- type: input
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: "你当前使用的版本"
|
||||||
|
description: "可以在管理后台的关于页面中找到。"
|
||||||
|
- type: markdown
|
||||||
|
id: details
|
||||||
|
attributes:
|
||||||
|
value: "## 详细信息"
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: "描述一下此特性"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: additional-information
|
||||||
|
attributes:
|
||||||
|
label: "附加信息"
|
||||||
|
description: "如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。"
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
name: Question
|
|
||||||
about: 对 Halo 有任何问题吗?
|
|
||||||
title: ''
|
|
||||||
labels: 'question'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<!--
|
|
||||||
如果你有任何问题也可以通过此渠道来向我们反馈。
|
|
||||||
|
|
||||||
谢谢!
|
|
||||||
-->
|
|
Loading…
Reference in New Issue