chore: update issue templates (#4641)

#### What type of PR is this?

None

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

更新 issue 模板。

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

```release-note
None 
```
pull/4657/head
Ryan Wang 2023-09-22 13:06:23 +08:00 committed by GitHub
parent 7de97e4573
commit c48c5f94a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -30,15 +30,16 @@ body:
- MariaDB
- Other
- type: dropdown
id: deployment-method
id: operation-method
validations:
required: true
attributes:
label: "What is your deployment method?"
label: "What is the project operation method?"
options:
- Docker
- Docker Compose
- Fat Jar
- Source Code
- type: input
id: site-url
attributes:
@ -55,7 +56,7 @@ body:
id: what-happened
attributes:
label: "What happened?"
description: "Also tell us, what did you expect to happen?"
description: "For ease of management, please do not report multiple unrelated issues under the same issue."
validations:
required: true
- type: textarea

View File

@ -31,15 +31,16 @@ body:
- MariaDB
- Other
- type: dropdown
id: deployment-method
id: operation-method
validations:
required: true
attributes:
label: "使用的哪种方式部署"
label: "使用的哪种方式运行"
options:
- Docker
- Docker Compose
- Fat Jar
- Source Code
- type: input
id: site-url
attributes:
@ -56,7 +57,7 @@ body:
id: what-happened
attributes:
label: "发生了什么?"
description: "最好还告诉我们,你预计会发生什么。"
description: "为了方便我们管理,请不要在同一个 issue 下报告多个不相关的问题。"
validations:
required: true
- type: textarea

View File

@ -21,6 +21,7 @@ body:
id: description
attributes:
label: "Describe this feature"
description: "For ease of management, please do not submit multiple unrelated features under the same issue."
validations:
required: true
- type: textarea

View File

@ -21,6 +21,7 @@ body:
id: description
attributes:
label: "描述一下此特性"
description: "为了方便我们管理,请不要在同一个 issue 下提交多个没有相关性的特性。"
validations:
required: true
- type: textarea