mirror of https://github.com/halo-dev/halo
chore: update issue templates for Halo 2.0 (#2788)
#### What type of PR is this? /kind improvement #### What this PR does / why we need it: 为 Halo 2.0 更新 issue 模板。 #### Special notes for your reviewer: 效果可以查看: - https://github.com/ruibaby/halo/issues/new?assignees=&labels=bug&template=bug_report.zh.yml - https://github.com/ruibaby/halo/issues/new?assignees=&labels=&template=feature_request.zh.yml #### Does this PR introduce a user-facing change? ```release-note None ```pull/2745/head^2
parent
145cfb88b7
commit
4f4f35c67f
|
@ -16,18 +16,18 @@ 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 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 backstage management system."
|
|
||||||
options:
|
options:
|
||||||
- H2
|
- H2
|
||||||
|
- PostgreSQL
|
||||||
- MySQL 5.7
|
- MySQL 5.7
|
||||||
- MySQL 8.x
|
- MySQL 8.x
|
||||||
|
- MariaDB
|
||||||
- Other
|
- Other
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: deployment-method
|
id: deployment-method
|
||||||
|
@ -36,8 +36,9 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: "What is your deployment method?"
|
label: "What is your deployment method?"
|
||||||
options:
|
options:
|
||||||
- Fat Jar
|
|
||||||
- Docker
|
- Docker
|
||||||
|
- Docker Compose
|
||||||
|
- Fat Jar
|
||||||
- type: input
|
- type: input
|
||||||
id: site-url
|
id: site-url
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -17,18 +17,18 @@ body:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: "是什么版本出现了此问题?"
|
label: "是什么版本出现了此问题?"
|
||||||
description: "可以在管理后台的关于页面中找到。"
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: database
|
id: database
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: "使用的什么数据库?"
|
label: "使用的什么数据库?"
|
||||||
description: "可以在管理后台的关于页面中找到。"
|
|
||||||
options:
|
options:
|
||||||
- H2
|
- H2
|
||||||
|
- PostgreSQL
|
||||||
- MySQL 5.7
|
- MySQL 5.7
|
||||||
- MySQL 8.x
|
- MySQL 8.x
|
||||||
|
- MariaDB
|
||||||
- Other
|
- Other
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: deployment-method
|
id: deployment-method
|
||||||
|
@ -37,8 +37,9 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: "使用的哪种方式部署?"
|
label: "使用的哪种方式部署?"
|
||||||
options:
|
options:
|
||||||
- Fat Jar
|
|
||||||
- Docker
|
- Docker
|
||||||
|
- Docker Compose
|
||||||
|
- Fat Jar
|
||||||
- type: input
|
- type: input
|
||||||
id: site-url
|
id: site-url
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -13,7 +13,6 @@ body:
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: "Your current Halo version"
|
label: "Your current Halo version"
|
||||||
description: "Can be found in backstage management system."
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
id: details
|
id: details
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -13,7 +13,6 @@ body:
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: "你当前使用的版本"
|
label: "你当前使用的版本"
|
||||||
description: "可以在管理后台的关于页面中找到。"
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
id: details
|
id: details
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue