Files
TeyvatGuide/.github/ISSUE_TEMPLATE/enhancement.yml
2026-01-02 16:18:54 +08:00

48 lines
1.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: 新功能
description: 提交新功能请求
title: "[Feat] "
labels:
- 新特性
body:
- type: markdown
attributes:
value: |
在此填写新功能的详细信息,包括但不限于:
- 新功能名称
- 新功能描述
- 当前使用版本
- type: checkboxes
attributes:
label: Issue Check
options:
- label: 我确认查找过相关的 Issue
required: false
- label: 我确认这个问题是影响使用的
required: false
- label: 我阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions)
required: false
- type: input
id: version
attributes:
label: 当前使用版本
description: 请填写当前使用版本
placeholder: 如 Beta v0.9.1**如果是微软应用商店下载的请注明**
validations:
required: true
- type: textarea
id: description
attributes:
label: 新功能描述
description: 请详细描述新功能的内容
placeholder: 请详细描述新功能的内容
validations:
required: true
- type: textarea
id: additional
attributes:
label: 其他信息
description: 请填写其他信息
placeholder: 请填写其他信息
validations:
required: false