chore: update issue template (#4915)

#### What type of PR is this?

/kind cleanup

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

更新 issue 模板,支持粘贴系统概览中提供的信息。


<img width="971" alt="图片" src="https://github.com/halo-dev/halo/assets/21301288/22799613-2c05-4621-99cd-f12293a3e837">


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

```release-note
None
```
pull/4924/head
Ryan Wang 2023-11-27 17:40:09 +08:00 committed by GitHub
parent 925f8d0ea4
commit 8657854d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 35 deletions

View File

@ -10,25 +10,13 @@ body:
id: environment
attributes:
value: "## Environment"
- type: input
id: version
- type: textarea
id: system-information
attributes:
label: "System information"
description: "Access the actuator page of the Console, click the copy button in the upper right corner, and paste the information here."
validations:
required: true
attributes:
label: What is version of Halo has the issue?
- type: dropdown
id: database
validations:
required: true
attributes:
label: "What database are you using?"
options:
- H2
- PostgreSQL
- MySQL 5.7
- MySQL 8.x
- MariaDB
- Other
- type: dropdown
id: operation-method
validations:

View File

@ -11,25 +11,13 @@ body:
id: environment
attributes:
value: "## 环境信息"
- type: input
id: version
- type: textarea
id: system-information
attributes:
label: "系统信息"
description: "访问 Console 的概览页面,点击右上角的复制按钮,将信息粘贴到此处。"
validations:
required: true
attributes:
label: "是什么版本出现了此问题?"
- type: dropdown
id: database
validations:
required: true
attributes:
label: "使用的什么数据库?"
options:
- H2
- PostgreSQL
- MySQL 5.7
- MySQL 8.x
- MariaDB
- Other
- type: dropdown
id: operation-method
validations:
@ -64,7 +52,7 @@ body:
id: logs
attributes:
label: "相关日志输出"
description: "请复制并粘贴任何相关的日志输出。 这将自动格式化为代码,因此无需反引号。"
description: "请复制并粘贴任何相关的日志输出。这将自动格式化为代码,因此无需反引号。"
render: shell
- type: textarea
id: additional-information