feat(ISSUE_TEMPLATE): 添加Issue提交检查清单

This commit is contained in:
ousugo 2025-02-12 12:58:57 +08:00 committed by 亢奋猫
parent 5e8d7682f5
commit 24deb56d00
6 changed files with 72 additions and 0 deletions

View File

@ -8,6 +8,18 @@ body:
value: | value: |
感谢您花时间填写此错误报告! 感谢您花时间填写此错误报告!
- type: checkboxes
id: checklist
attributes:
label: Issue 检查清单
description: |
在提交 Issue 前请确保您已经完成了以下所有步骤
options:
- label: 我已经查看了置顶 Issue 并搜索了现有的 Issue但没有找到类似的问题。
required: true
- label: 正确填写了 Issue 标题。
required: true
- type: dropdown - type: dropdown
id: platform id: platform
attributes: attributes:

View File

@ -8,6 +8,18 @@ body:
value: | value: |
感谢您花时间提出新的功能建议! 感谢您花时间提出新的功能建议!
- type: checkboxes
id: checklist
attributes:
label: Issue 检查清单
description: |
在提交 Issue 前请确保您已经完成了以下所有步骤
options:
- label: 我已经查看了置顶 Issue 并搜索了现有的 Issue但没有找到类似的问题。
required: true
- label: 正确填写了 Issue 标题。
required: true
- type: textarea - type: textarea
id: problem id: problem
attributes: attributes:

View File

@ -8,6 +8,18 @@ body:
value: | value: |
感谢您的提问!请尽可能详细地描述您的问题,这样我们才能更好地帮助您。 感谢您的提问!请尽可能详细地描述您的问题,这样我们才能更好地帮助您。
- type: checkboxes
id: checklist
attributes:
label: Issue 检查清单
description: |
在提交 Issue 前请确保您已经完成了以下所有步骤
options:
- label: 我已经查看了置顶 Issue 并搜索了现有的 Issue但没有找到类似的问题。
required: true
- label: 正确填写了 Issue 标题。
required: true
- type: textarea - type: textarea
id: question id: question
attributes: attributes:

View File

@ -8,6 +8,18 @@ body:
value: | value: |
Thanks for taking the time to fill out this bug report! 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 - type: dropdown
id: platform id: platform
attributes: attributes:

View File

@ -8,6 +8,18 @@ body:
value: | value: |
Thanks for taking the time to suggest a new feature! 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 - type: textarea
id: problem id: problem
attributes: attributes:

View File

@ -8,6 +8,18 @@ body:
value: | value: |
Thanks for asking a question! Please provide as much detail as possible so we can better assist you. 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 - type: textarea
id: question id: question
attributes: attributes: