Simplify issue template
This commit is contained in:
parent
9429a63c3b
commit
b2437c9508
12
.github/ISSUE_TEMPLATE/bug-report-cn.yml
vendored
12
.github/ISSUE_TEMPLATE/bug-report-cn.yml
vendored
@ -42,9 +42,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Java 版本 | 操作系统
|
label: Java 版本 | 操作系统
|
||||||
description: 在命令行中键入 `java -version` 后可以获取版本
|
description: 在命令行中键入 `java -version` 后可以获取版本
|
||||||
placeholder: |
|
placeholder: 'Java: openjdk version "16.0.1" 2021-04-20, 系统: CentOS 7.3 x64'
|
||||||
Java: openjdk version "16.0.1" 2021-04-20
|
|
||||||
系统: CentOS 7.3 x64
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@ -73,10 +71,12 @@ body:
|
|||||||
id: step
|
id: step
|
||||||
attributes:
|
attributes:
|
||||||
label: 复现步骤
|
label: 复现步骤
|
||||||
placeholder: >-
|
placeholder: |
|
||||||
1. 安装 xxx
|
1. 安装 xxx
|
||||||
<br>2. 进入服务器后 xxxx
|
|
||||||
<br>3. ....
|
2. 进入服务器后 xxxx
|
||||||
|
|
||||||
|
3. ....
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
|
|||||||
15
.github/ISSUE_TEMPLATE/bug-report-en.yml
vendored
15
.github/ISSUE_TEMPLATE/bug-report-en.yml
vendored
@ -41,8 +41,7 @@ body:
|
|||||||
label: OS & Java versions
|
label: OS & Java versions
|
||||||
description: Type `java -version` in console
|
description: Type `java -version` in console
|
||||||
placeholder: |
|
placeholder: |
|
||||||
OS: CentOS 7.3 x64
|
OS: CentOS 7.3 x64, Java: openjdk version "16.0.1" 2021-04-20
|
||||||
<br>Java: openjdk version "16.0.1" 2021-04-20
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@ -74,10 +73,12 @@ body:
|
|||||||
id: step
|
id: step
|
||||||
attributes:
|
attributes:
|
||||||
label: Step to reproduce
|
label: Step to reproduce
|
||||||
placeholder: >-
|
placeholder: |
|
||||||
1. Install something...
|
1. Install something...
|
||||||
<br>2. Join the game...
|
|
||||||
<br>3. ....
|
2. Join the game...
|
||||||
|
|
||||||
|
3. ....
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
@ -85,8 +86,8 @@ body:
|
|||||||
label: Logs
|
label: Logs
|
||||||
description: >-
|
description: >-
|
||||||
Logs can be found in /logs/latest.log
|
Logs can be found in /logs/latest.log
|
||||||
After server is stopped, upload it to https://paste.ubuntu.com/
|
<br>After server is stopped, upload it to https://paste.ubuntu.com/
|
||||||
**DO NOT PASTE LOG CONTENT!**
|
<br>**DO NOT PASTE LOG CONTENT!**
|
||||||
placeholder: 'External link or drag log file here to upload'
|
placeholder: 'External link or drag log file here to upload'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user