Simplify issue template

This commit is contained in:
IzzelAliz 2021-11-07 21:43:52 +08:00
parent 9429a63c3b
commit b2437c9508
No known key found for this signature in database
GPG Key ID: EE50E123A11D8338
2 changed files with 14 additions and 13 deletions

View File

@ -42,9 +42,7 @@ body:
attributes:
label: Java 版本 | 操作系统
description: 在命令行中键入 `java -version` 后可以获取版本
placeholder: |
Java: openjdk version "16.0.1" 2021-04-20
系统: CentOS 7.3 x64
placeholder: 'Java: openjdk version "16.0.1" 2021-04-20, 系统: CentOS 7.3 x64'
validations:
required: true
@ -73,10 +71,12 @@ body:
id: step
attributes:
label: 复现步骤
placeholder: >-
placeholder: |
1. 安装 xxx
<br>2. 进入服务器后 xxxx
<br>3. ....
2. 进入服务器后 xxxx
3. ....
- type: textarea
id: logs

View File

@ -41,8 +41,7 @@ body:
label: OS & Java versions
description: Type `java -version` in console
placeholder: |
OS: CentOS 7.3 x64
<br>Java: openjdk version "16.0.1" 2021-04-20
OS: CentOS 7.3 x64, Java: openjdk version "16.0.1" 2021-04-20
validations:
required: true
@ -74,10 +73,12 @@ body:
id: step
attributes:
label: Step to reproduce
placeholder: >-
placeholder: |
1. Install something...
<br>2. Join the game...
<br>3. ....
2. Join the game...
3. ....
- type: textarea
id: logs
@ -85,8 +86,8 @@ body:
label: Logs
description: >-
Logs can be found in /logs/latest.log
After server is stopped, upload it to https://paste.ubuntu.com/
**DO NOT PASTE LOG CONTENT!**
<br>After server is stopped, upload it to https://paste.ubuntu.com/
<br>**DO NOT PASTE LOG CONTENT!**
placeholder: 'External link or drag log file here to upload'
- type: input