HuLa/.gitee/ISSUE_TEMPLATE/feature.yml
nongyehong 8a18e84ce7 fix(global): 🐛 修复艾特弹窗在mac下高度问题导致不显示
使用prettierrc格式化项目文件
2024-10-28 14:49:43 +08:00

36 lines
858 B
YAML

name: 💡 功能请求
title: '[功能建议] '
description: 提出想法
labels: ['enhancement']
body:
- 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: '您考虑过的任何替代解决方案'
- type: textarea
id: context
attributes:
label: 其他上下文
description: 在此处添加有关问题的任何其他上下文。