测试 issue 模板

This commit is contained in:
锦恢 2025-02-07 18:02:46 +08:00
parent 4486fff053
commit aa6e004553

View File

@ -1,64 +1,89 @@
name: 报告错误 name: 报告 Bug
description: 提交一个错误报告。 description: 向我们报告 Bug。
title: "[Bug]: " title: ""
labels: ["bug", "triage"] labels: ["bug"]
projects: ["octo-org/1", "octo-org/44"]
assignees:
- octocat
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
感谢您抽出时间填写此错误报告! 投我以木桃,报之以琼瑶。
- type: input 填写之前请阅读 [nc-ai | 关于反馈](https://nc-ai.cn/article/cxnqr517/#%E5%85%B3%E4%BA%8E%E5%8F%8D%E9%A6%88)
id: contact
attributes:
label: 联系方式
description: 如果需要更多信息,我们如何联系您?
placeholder: 例如email@example.com
validations:
required: false
- type: textarea
id: what-happened
attributes:
label: 发生了什么?
description: 请告诉我们,您期望发生什么?
placeholder: 告诉我们您看到的情况!
value: "发生了一个错误!"
validations:
required: true
- type: dropdown - type: dropdown
id: version id: os
attributes: attributes:
label: 版本 label: 操作系统
description: 运行的软件版本是什么? description: 您在什么操作系统上运行?
options: options:
- 1.0.2 (默认) - Windows
- 1.0.3 (最新) - Mac
- Linux
- 其他
default: 0 default: 0
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: browsers id: chip
attributes: attributes:
label: 您在哪些浏览器上遇到此问题? label: 芯片架构
multiple: true description: 您在什么架构的芯片上运行?
options: options:
- Firefox - x86
- Chrome - arm
- Safari - loongson
- Microsoft Edge - 其他
- type: textarea default: 0
id: logs validations:
attributes:
label: 相关日志输出
description: 请复制并粘贴任何相关的日志输出。这将自动格式化为代码,因此无需使用反引号。
render: shell
- type: checkboxes
id: terms
attributes:
label: 行为准则
description: 提交此问题即表示您同意遵守我们的 [行为准则](https://example.com)。
options:
- label: 我同意遵守本项目的行为准则
required: true required: true
- type: dropdown
id: connect
attributes:
label: 运行方式
description: 您采用何种方式运行?
options:
- 桌面运行
- SSH 远程连接
- WSL2
- 虚拟机
- 其他
default: 0
validations:
required: true
- type: input
id: vscode-version
attributes:
label: Vscode / Vscodium 版本
placeholder: "1.96.2"
validations:
required: true
- type: input
id: dide-version
attributes:
label: Digital IDE 版本
placeholder: "0.4.0"
validations:
required: true
- type: textarea
id: meet-question
attributes:
label: 你遇到的问题
validations:
required: true
- type: textarea
id: expect
attributes:
label: 你希望的运行结果
validations:
required: false
- type: textarea
id: actual
attributes:
label: 实际的运行结果
validations:
required: false
- type: textarea
id: log
attributes:
label: 运行日志
render: shell
validations:
required: false