mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-05-16 12:47:38 +08:00
31 lines
745 B
YAML
31 lines
745 B
YAML
name: 其他反馈
|
||
description: 其他类型反馈、建议或讨论
|
||
title: "[Question] "
|
||
labels: ["question"]
|
||
|
||
body:
|
||
- type: checkboxes
|
||
id: searched
|
||
attributes:
|
||
label: 已经搜索过 Issues,未发现重复问题*
|
||
options:
|
||
- label: 我已经搜索过 Issues,没有发现重复问题
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
id: content
|
||
attributes:
|
||
label: 内容
|
||
description: 请填写你的反馈、建议或讨论内容
|
||
placeholder: 请描述你的问题或想法
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
id: extra
|
||
attributes:
|
||
label: 其他补充
|
||
description: 如果你有额外信息,请在此填写
|
||
placeholder: 可选
|