2024-09-24 13:57:03 +08:00
|
|
|
name: 💡 功能请求
|
2024-09-24 14:04:48 +08:00
|
|
|
title: '[功能建议] '
|
2024-09-24 13:57:03 +08:00
|
|
|
description: 提出想法
|
2024-09-24 14:04:48 +08:00
|
|
|
labels: ['enhancement']
|
2024-09-24 13:57:03 +08:00
|
|
|
|
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
id: problem
|
|
|
|
attributes:
|
|
|
|
label: 描述问题
|
|
|
|
description: 明确描述此功能将解决的问题
|
2024-10-28 14:49:43 +08:00
|
|
|
placeholder: '我总是感到困扰...'
|
2024-09-24 13:57:03 +08:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
id: solution
|
|
|
|
attributes:
|
2024-10-28 14:49:43 +08:00
|
|
|
label: '描述您想要的解决方案'
|
2024-09-24 13:57:03 +08:00
|
|
|
description: 明确说明您希望做出的改变
|
|
|
|
placeholder: '我想...'
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
id: alternatives
|
|
|
|
attributes:
|
|
|
|
label: 考虑的替代方案
|
2024-10-28 14:49:43 +08:00
|
|
|
description: '您考虑过的任何替代解决方案'
|
2024-09-24 13:57:03 +08:00
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
id: context
|
|
|
|
attributes:
|
|
|
|
label: 其他上下文
|
2024-10-28 14:49:43 +08:00
|
|
|
description: 在此处添加有关问题的任何其他上下文。
|