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 - MariaDB
- Other - Other
- type: dropdown - type: dropdown
id: deployment-method id: operation-method
validations: validations:
required: true required: true
attributes: attributes:
label: "What is your deployment method?" label: "What is the project operation method?"
options: options:
- Docker - Docker
- Docker Compose - Docker Compose
- Fat Jar - Fat Jar
- Source Code
- type: input - type: input
id: site-url id: site-url
attributes: attributes:
@ -55,7 +56,7 @@ body:
id: what-happened id: what-happened
attributes: attributes:
label: "What happened?" 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: validations:
required: true required: true
- type: textarea - type: textarea

View File

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

View File

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

View File

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