mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-11 06:05:13 +01:00
49 lines
2.1 KiB
YAML
49 lines
2.1 KiB
YAML
|
name: Bug Report
|
|||
|
description: Create a report to receive assistance with any issues that you face during the installtion of WSA and/or during the use of WSA. | 创建一份报告,以便在安装WSA和/或使用WSA过程中遇到任何问题时获得帮助。
|
|||
|
title: "[BUG]"
|
|||
|
labels: bug
|
|||
|
|
|||
|
body:
|
|||
|
- type: textarea
|
|||
|
id: description
|
|||
|
attributes:
|
|||
|
label: Describe the bug | 描述一下这个错误
|
|||
|
description: A clear and concise description of what the bug is. Include screenshots if possible | 简明扼要地描述该错误是什么。如果可能的话,包括屏幕截图
|
|||
|
validations:
|
|||
|
required: true
|
|||
|
- type: textarea
|
|||
|
id: reproduce
|
|||
|
attributes:
|
|||
|
label: Steps to reproduce the issue | 重现该问题的步骤
|
|||
|
description: Include steps to reproduce the behaviour. | 包括重现该行为的步骤
|
|||
|
validations:
|
|||
|
required: true
|
|||
|
- type: textarea
|
|||
|
id: expected
|
|||
|
attributes:
|
|||
|
label: Expected behaviour | 预期的行为
|
|||
|
description: A clear and concise description of what you expected to happen. | 清晰而简明地描述你所期望发生的事情
|
|||
|
validations:
|
|||
|
required: true
|
|||
|
- type: textarea
|
|||
|
id: source
|
|||
|
attributes:
|
|||
|
label: Downloaded Build Of WSA | 已下载的WSA版本
|
|||
|
description: Which build of WSA did you download? Provide the name of the .zip file, and the link to the download page if possible. | 您下载的是哪个版本的WSA?如果可能的话,请提供.zip文件的名称,以及下载页面的链接。
|
|||
|
validations:
|
|||
|
required: true
|
|||
|
- type: input
|
|||
|
id: winbuild
|
|||
|
attributes:
|
|||
|
label: Windows build number | Windows构建号
|
|||
|
description: You can find the build number by typing winver in the Windows search box. | 你可以通过在Windows搜索框中输入winver来找到构建号。
|
|||
|
validations:
|
|||
|
required: true
|
|||
|
- type: textarea
|
|||
|
id: other
|
|||
|
attributes:
|
|||
|
label: Additional context | Additional context
|
|||
|
description: Add any other context about the problem here. | 在此添加关于该问题的任何其他背景
|
|||
|
validations:
|
|||
|
required: false
|