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: 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

View File

@ -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