diff --git a/.github/ISSUE_TEMPLATE/bug-report-cn.yml b/.github/ISSUE_TEMPLATE/bug-report-cn.yml index 023d95db..50a080d1 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-cn.yml +++ b/.github/ISSUE_TEMPLATE/bug-report-cn.yml @@ -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 -
2. 进入服务器后 xxxx -
3. .... + + 2. 进入服务器后 xxxx + + 3. .... - type: textarea id: logs diff --git a/.github/ISSUE_TEMPLATE/bug-report-en.yml b/.github/ISSUE_TEMPLATE/bug-report-en.yml index 6dac7b06..af58a0e7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-en.yml +++ b/.github/ISSUE_TEMPLATE/bug-report-en.yml @@ -41,8 +41,7 @@ body: label: OS & Java versions description: Type `java -version` in console placeholder: | - OS: CentOS 7.3 x64 -
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... -
2. Join the game... -
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!** +
After server is stopped, upload it to https://paste.ubuntu.com/ +
**DO NOT PASTE LOG CONTENT!** placeholder: 'External link or drag log file here to upload' - type: input