Update BugReport.yml

This commit is contained in:
Jursin 2024-12-02 07:39:23 +08:00 committed by GitHub
parent 4f88307eea
commit 197f8b87b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
name: Bug 反馈 name: Bug 反馈
description: 在使用考试看板 Next 的过程中遇到了 Bug description: 在使用考试看板 Next 的过程中遇到了 Bug
title: 在这里输入你的标题) title: 输入标题)
labels: ['Bug', '未阅读'] labels: ['Bug', '未阅读']
body: body:
- type: markdown - type: markdown
@ -9,9 +9,9 @@ body:
感谢您进行 Bug 反馈。请在上面的文本框⬆️起一个能够清晰描述您的问题的标题,便于开发者解决您的问题。 感谢您进行 Bug 反馈。请在上面的文本框⬆️起一个能够清晰描述您的问题的标题,便于开发者解决您的问题。
> [!important] > [!important]
> 重要:如果要提出**多个 Bug**,请为每一个 Bug 开一个单独的 issue。 > 重要:如果要提出**多个 Bug **,请为每一个 Bug 开一个单独的 issue。
> >
> 如果您不知道如何有效、精准地表述,我们建议您先阅读《提问的智慧》[链接](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md) > 如果您不知道如何有效、精准地表述,我们建议您先阅读[《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md)。
- type: checkboxes - type: checkboxes
id: checklist id: checklist
@ -19,7 +19,7 @@ body:
label: 检查清单 label: 检查清单
description: 在开始反馈这个问题之前,请先检查: description: 在开始反馈这个问题之前,请先检查:
options: options:
- label: 我已更新到最新版 ![最新的版本号](https://img.shields.io/github/v/release/ProjectCampus-CH/dsz-exam-showboard-next?include_prereleases&style=flat-square&label=) ,并看过[最新提交](https://github.com/ProjectCampus-CH/dsz-exam-showboard-next/commits/dev/),确认这一 Bug 还没有修复。 - label: 我已更新到最新版 [!最新的版本号](https://img.shields.io/github/v/release/ProjectCampus-CH/dsz-exam-showboard-next?include_prereleases&style=flat-square&label=) ,并看过 [!最新提交](https://github.com/ProjectCampus-CH/dsz-exam-showboard-next/commits/dev/),确认这一 Bug 还没有修复。
required: true required: true
- label: 我已在 [Issues](https://github.com/ProjectCampus-CH/dsz-exam-showboard-next/issues?q=label%3ABug) 中检索,确认这一 Bug 未被提交过。 - label: 我已在 [Issues](https://github.com/ProjectCampus-CH/dsz-exam-showboard-next/issues?q=label%3ABug) 中检索,确认这一 Bug 未被提交过。
required: true required: true
@ -50,7 +50,7 @@ body:
attributes: attributes:
label: 重现步骤 label: 重现步骤
description: | description: |
详细描述怎么操作能再次触发这个 Bug。 详细描述怎么操作能再次触发这个 Bug
placeholder: | placeholder: |
1. 首先…… 1. 首先……
2. 然后…… 2. 然后……
@ -61,14 +61,14 @@ body:
id: stacktrace id: stacktrace
attributes: attributes:
label: 堆栈跟踪(可选) label: 堆栈跟踪(可选)
description: 如果在遇到这个 Bug 时发生了崩溃(弹出崩溃提示),或者产生了错误日志,请将产生的堆栈跟踪信息粘贴到此处,便于开发者定位 Bug description: 如果在遇到这个 Bug 时发生了崩溃(弹出崩溃提示),或者产生了错误日志,请将产生的堆栈跟踪信息粘贴到此处,便于开发者定位 Bug
render: shell render: shell
- type: input - type: input
id: app_version id: app_version
attributes: attributes:
label: 应用版本 label: 应用版本
description: 您当前使用的考试看板 Next 版本号,可以在【关于】中查看。 description: 您当前使用的考试看板 Next 版本号,可以在【关于】中查看。
placeholder: 1.1.1 placeholder: 1.2.0
validations: validations:
required: true required: true
- type: input - type: input