-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
168 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
name: 错误 | ||
description: 报告错误以帮助我们改进 | ||
title: '[错误] ' | ||
labels: | ||
- 错误 | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
感谢您向我们报告错误,我们非常重视您的体验。请在提交前确保已经搜索过相关错误,以免重复提交。 | ||
- type: dropdown | ||
id: error-type | ||
attributes: | ||
label: 错误类型 | ||
description: 请选择错误的类型。 | ||
options: | ||
- 逻辑错误 | ||
- 界面错误 | ||
- 功能错误 | ||
- 文档错误 | ||
- 其他 | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: platform | ||
attributes: | ||
label: 平台 | ||
description: 请选择错误的平台。 | ||
options: | ||
- 全部 | ||
- Android | ||
- Windows | ||
- Linux | ||
- Web | ||
- 服务器 | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: 版本 | ||
description: 请在此处提供错误发生时的版本。 | ||
placeholder: 例如,v1.0.0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: 环境 | ||
description: 请在此处提供错误发生时的环境。 | ||
placeholder: 例如,操作系统 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: bug | ||
attributes: | ||
label: 错误 | ||
description: 请在此处描述您遇到的错误。 | ||
placeholder: 当我... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: 场景 | ||
description: 请在此处描述您遇到错误的场景。 | ||
placeholder: 例如,当我... | ||
- type: textarea | ||
id: possible-solution | ||
attributes: | ||
label: 可能的解决方案 | ||
description: 请在此处描述您认为可能的解决方案。 | ||
placeholder: 我认为可以... | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: 日志 | ||
description: 请在此处提供相关日志。 | ||
placeholder: 例如,日志文件 | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: 截图或视频 | ||
description: 请在此处提供相关截图或视频。 | ||
placeholder: 例如,截图文件 | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: 其他信息 | ||
description: 请在此处提供其他信息。 | ||
placeholder: 我们可以... | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: 联系方式 | ||
description: 请在此处提供您的联系方式,以便我们与您联系。 | ||
placeholder: 例如,电子邮件地址 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
name: 功能请求 | ||
description: 为这个项目提出一个想法 | ||
title: '[新功能] ' | ||
labels: | ||
- 增强 | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
感谢您向我们提供功能请求,我们非常重视您的体验。请在提交前确保已经搜索过相关功能请求,以免重复提交。 | ||
- type: dropdown | ||
id: feature-request-type | ||
attributes: | ||
label: 功能请求类型 | ||
description: 请选择功能请求的类型。 | ||
options: | ||
- 新功能 | ||
- 功能增强 | ||
- 功能优化 | ||
- 功能移除 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: platform | ||
attributes: | ||
label: 平台 | ||
description: 请选择功能请求的目标平台。 | ||
options: | ||
- 全部/通用 | ||
- Android | ||
- Windows | ||
- Linux | ||
- Web | ||
- 服务器 | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: feature-request | ||
attributes: | ||
label: 功能请求 | ||
description: 请在此处描述您的功能请求。 | ||
placeholder: 我希望能够... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: 场景 | ||
description: 请在此处描述您的功能请求的场景。 | ||
placeholder: 例如,当我... | ||
- type: textarea | ||
id: possible-solution | ||
attributes: | ||
label: 可能的解决方案 | ||
description: 请在此处描述您的功能请求的可能解决方案。 | ||
placeholder: 也许可以... | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: 其他信息 | ||
description: 请在此处提供其他信息。 | ||
placeholder: 我们可以... | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: 联系方式 | ||
description: 请在此处提供您的联系方式,以便我们与您联系。 | ||
placeholder: 例如,电子邮件地址 |