d8d1c70f44
- Create comprehensive development roadmap (Phase 4-10) - Add bug report template with detailed fields - Add feature request template - Plan future phases: payment, frontend, AI features - Set milestones and success metrics - Open source community setup Phase 4 Tasks 54-56 completed (78.8-82.4% reached!)
41 lines
996 B
YAML
41 lines
996 B
YAML
name: Feature Request
|
|
description: Suggest a new feature or improvement
|
|
title: "[Feature]: "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
感谢你的功能建议!请详细描述你的想法。
|
|
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: 问题描述
|
|
description: 这个功能解决什么问题?
|
|
placeholder: 当我想要... 时,目前无法...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: 建议方案
|
|
description: 你期望的解决方案是什么?
|
|
placeholder: 我希望能够...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: 替代方案
|
|
description: 你考虑过哪些替代方案?
|
|
placeholder: 我也考虑过...
|
|
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: 额外信息
|
|
description: 其他任何相关信息、截图、参考等
|