28 lines
585 B
YAML
28 lines
585 B
YAML
name: 功能需求
|
|
about: 提出一个新功能需求
|
|
title: "[moz] feat: "
|
|
labels:
|
|
- type/feat
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: 需求描述
|
|
description: 你希望实现什么功能?为什么需要?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: 建议方案
|
|
description: 如果有初步想法可以写 here
|
|
- type: dropdown
|
|
id: priority
|
|
attributes:
|
|
label: 优先级
|
|
options:
|
|
- P0 紧急
|
|
- P1 高
|
|
- P2 中
|
|
- P3 低
|