feat(ISSUE_TEMPLATE): 添加Issue提交检查清单
This commit is contained in:
parent
5e8d7682f5
commit
24deb56d00
12
.github/ISSUE_TEMPLATE/#0_bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/#0_bug_report.yml
vendored
@ -8,6 +8,18 @@ body:
|
||||
value: |
|
||||
感谢您花时间填写此错误报告!
|
||||
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
label: Issue 检查清单
|
||||
description: |
|
||||
在提交 Issue 前请确保您已经完成了以下所有步骤
|
||||
options:
|
||||
- label: 我已经查看了置顶 Issue 并搜索了现有的 Issue,但没有找到类似的问题。
|
||||
required: true
|
||||
- label: 正确填写了 Issue 标题。
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: platform
|
||||
attributes:
|
||||
|
||||
12
.github/ISSUE_TEMPLATE/#1_feature_request.yml
vendored
12
.github/ISSUE_TEMPLATE/#1_feature_request.yml
vendored
@ -8,6 +8,18 @@ body:
|
||||
value: |
|
||||
感谢您花时间提出新的功能建议!
|
||||
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
label: Issue 检查清单
|
||||
description: |
|
||||
在提交 Issue 前请确保您已经完成了以下所有步骤
|
||||
options:
|
||||
- label: 我已经查看了置顶 Issue 并搜索了现有的 Issue,但没有找到类似的问题。
|
||||
required: true
|
||||
- label: 正确填写了 Issue 标题。
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
|
||||
12
.github/ISSUE_TEMPLATE/#2_question.yml
vendored
12
.github/ISSUE_TEMPLATE/#2_question.yml
vendored
@ -8,6 +8,18 @@ body:
|
||||
value: |
|
||||
感谢您的提问!请尽可能详细地描述您的问题,这样我们才能更好地帮助您。
|
||||
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
label: Issue 检查清单
|
||||
description: |
|
||||
在提交 Issue 前请确保您已经完成了以下所有步骤
|
||||
options:
|
||||
- label: 我已经查看了置顶 Issue 并搜索了现有的 Issue,但没有找到类似的问题。
|
||||
required: true
|
||||
- label: 正确填写了 Issue 标题。
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: question
|
||||
attributes:
|
||||
|
||||
12
.github/ISSUE_TEMPLATE/0_bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/0_bug_report.yml
vendored
@ -8,6 +8,18 @@ body:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
label: Issue Checklist
|
||||
description: |
|
||||
Before submitting an issue, please make sure you have completed the following steps
|
||||
options:
|
||||
- label: I have viewed the pinned issues and searched existing issues but couldn't find anything similar.
|
||||
required: true
|
||||
- label: I have filled out the issue title correctly.
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: platform
|
||||
attributes:
|
||||
|
||||
12
.github/ISSUE_TEMPLATE/1_feature_request.yml
vendored
12
.github/ISSUE_TEMPLATE/1_feature_request.yml
vendored
@ -8,6 +8,18 @@ body:
|
||||
value: |
|
||||
Thanks for taking the time to suggest a new feature!
|
||||
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
label: Issue Checklist
|
||||
description: |
|
||||
Before submitting an issue, please make sure you have completed the following steps
|
||||
options:
|
||||
- label: I have viewed the pinned issues and searched existing issues but couldn't find anything similar.
|
||||
required: true
|
||||
- label: I have filled out the issue title correctly.
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
|
||||
12
.github/ISSUE_TEMPLATE/2_question.yml
vendored
12
.github/ISSUE_TEMPLATE/2_question.yml
vendored
@ -8,6 +8,18 @@ body:
|
||||
value: |
|
||||
Thanks for asking a question! Please provide as much detail as possible so we can better assist you.
|
||||
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
label: Issue Checklist
|
||||
description: |
|
||||
Before submitting an issue, please make sure you have completed the following steps
|
||||
options:
|
||||
- label: I have viewed the pinned issues and searched existing issues but couldn't find anything similar.
|
||||
required: true
|
||||
- label: I have filled out the issue title correctly.
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: question
|
||||
attributes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user