Files
community/.github/ISSUE_TEMPLATE/02-feature_request.yml
T
doudou0720 863829bb41 feat(ISSUE_TEMPLATE):为议题模板(.yml)添加上传文件功能
由于.md模板可以直接上传,故未添加

Signed-off-by: doudou0720 <98651603+doudou0720@users.noreply.github.com>
2026-03-07 11:21:53 +08:00

45 lines
1.4 KiB
YAML

name: 功能请求 | Feature Request
description: 提出你对本项目的功能建议 | Suggest an idea for this project
type: Feature
body:
- type: markdown
attributes:
value: |
感谢你的建议!请详细描述你的需求。
Thank you for your suggestion! Please describe your needs in detail.
- type: textarea
id: description
attributes:
label: 功能描述 | Description
description: 请描述你希望添加的功能 | Describe the feature you want
validations:
required: true
- type: textarea
id: motivation
attributes:
label: 需求动机 | Motivation
description: 为什么需要这个功能?| Why do you need this feature?
validations:
required: true
- type: textarea
id: design
attributes:
label: 期望设计 | Expected Design
description: (可选)描述或画出你期望的界面或交互 | (Optional) Describe or sketch the expected UI/UX
validations:
required: false
- type: textarea
id: extra
attributes:
label: 其他补充信息 | Additional Info
description: 其他补充说明或建议 | Any other context or suggestions
validations:
required: false
- type: upload
id: files
attributes:
label: 上传有关文件 | Upload relevant files
description: "你可以在此处上传相关文件 | You can upload relevant files here."
validations:
required: false