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
|
||||
attributes:
|
||||
label: What is version of Halo has the issue?
|
||||
description: "Can be found in backstage management system."
|
||||
- type: dropdown
|
||||
id: database
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "What database are you using?"
|
||||
description: "Can be found in backstage management system."
|
||||
options:
|
||||
- H2
|
||||
- PostgreSQL
|
||||
- MySQL 5.7
|
||||
- MySQL 8.x
|
||||
- MariaDB
|
||||
- Other
|
||||
- type: dropdown
|
||||
id: deployment-method
|
||||
|
@ -36,8 +36,9 @@ body:
|
|||
attributes:
|
||||
label: "What is your deployment method?"
|
||||
options:
|
||||
- Fat Jar
|
||||
- Docker
|
||||
- Docker Compose
|
||||
- Fat Jar
|
||||
- type: input
|
||||
id: site-url
|
||||
attributes:
|
||||
|
|
|
@ -17,18 +17,18 @@ body:
|
|||
required: true
|
||||
attributes:
|
||||
label: "是什么版本出现了此问题?"
|
||||
description: "可以在管理后台的关于页面中找到。"
|
||||
- type: dropdown
|
||||
id: database
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "使用的什么数据库?"
|
||||
description: "可以在管理后台的关于页面中找到。"
|
||||
options:
|
||||
- H2
|
||||
- PostgreSQL
|
||||
- MySQL 5.7
|
||||
- MySQL 8.x
|
||||
- MariaDB
|
||||
- Other
|
||||
- type: dropdown
|
||||
id: deployment-method
|
||||
|
@ -37,8 +37,9 @@ body:
|
|||
attributes:
|
||||
label: "使用的哪种方式部署?"
|
||||
options:
|
||||
- Fat Jar
|
||||
- Docker
|
||||
- Docker Compose
|
||||
- Fat Jar
|
||||
- type: input
|
||||
id: site-url
|
||||
attributes:
|
||||
|
|
|
@ -13,7 +13,6 @@ body:
|
|||
id: version
|
||||
attributes:
|
||||
label: "Your current Halo version"
|
||||
description: "Can be found in backstage management system."
|
||||
- type: markdown
|
||||
id: details
|
||||
attributes:
|
||||
|
|
|
@ -13,7 +13,6 @@ body:
|
|||
id: version
|
||||
attributes:
|
||||
label: "你当前使用的版本"
|
||||
description: "可以在管理后台的关于页面中找到。"
|
||||
- type: markdown
|
||||
id: details
|
||||
attributes:
|
||||
|
|
Loading…
Reference in New Issue