mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2026-01-06 15:51:31 +00:00
[ci skip] Improve issue template checklist
This commit is contained in:
10
.github/ISSUE_TEMPLATE/en_bug_report.yml
vendored
10
.github/ISSUE_TEMPLATE/en_bug_report.yml
vendored
@@ -10,12 +10,18 @@ body:
|
|||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Is there an existing issue for this?
|
label: Checklist
|
||||||
description: |
|
description: |
|
||||||
Please search to see if an issue already exists for the bug you encountered.
|
Before you scroll down, select boxes below.
|
||||||
options:
|
options:
|
||||||
- label: I have searched the existing issues
|
- label: I have searched the existing issues
|
||||||
required: true
|
required: true
|
||||||
|
- label: I ticked all the boxes without actually reading them
|
||||||
|
required: false
|
||||||
|
- label: I am using latest Leaf build from https://github.com/Winds-Studio/Leaf/releases
|
||||||
|
required: true
|
||||||
|
- label: I tested and couldn't replicate this issue on [latest Purpur build](https://purpurmc.org/)
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
10
.github/ISSUE_TEMPLATE/zh_bug_report.yml
vendored
10
.github/ISSUE_TEMPLATE/zh_bug_report.yml
vendored
@@ -10,12 +10,18 @@ body:
|
|||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: 是否已存在相关问题?
|
label: 自我检查表
|
||||||
description: |
|
description: |
|
||||||
请浏览 [Issues](https://github.com/Winds-Studio/Leaf/issues),并检查你的问题是否已被别人汇报!
|
在浏览并填写其他选项之前, 请先勾选以下的框.
|
||||||
options:
|
options:
|
||||||
- label: 我已经浏览过Issue,并确保汇报的不是已知问题
|
- label: 我已经浏览过Issue,并确保汇报的不是已知问题
|
||||||
required: true
|
required: true
|
||||||
|
- label: 我勾选了所有框, 因为我根本就没仔细看他们是什么
|
||||||
|
required: false
|
||||||
|
- label: 我正在使用从 https://github.com/Winds-Studio/Leaf/releases 下载的最新 Leaf 构建
|
||||||
|
required: true
|
||||||
|
- label: 我无法在 [Purpur 最新构建](https://purpurmc.org/) 上复现此问题
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user