mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-05-14 20:08:12 +08:00
38 lines
920 B
YAML
38 lines
920 B
YAML
name: 功能建议
|
||
description: 添加全新功能或改进现有功能
|
||
title: "[Enhancement] "
|
||
labels: ["enhancement"]
|
||
|
||
body:
|
||
- type: checkboxes
|
||
id: searched
|
||
attributes:
|
||
label: 已经搜索过 Issues,未发现重复问题*
|
||
options:
|
||
- label: 我已经搜索过 Issues,没有发现重复问题
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
id: feature
|
||
attributes:
|
||
label: 功能描述
|
||
description: 请详细描述你希望添加或改进的功能
|
||
placeholder: 请描述你想要的功能
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
id: extra
|
||
attributes:
|
||
label: 其他补充
|
||
description: 如果你有额外信息,请在此填写
|
||
placeholder: 可选
|
||
|
||
- type: checkboxes
|
||
id: pr
|
||
attributes:
|
||
label: 是否愿意提交 PR 实现当前 Issue
|
||
options:
|
||
- label: 我愿意尝试提交 PR
|