mirror of https://github.com/go-sonic/sonic.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
858 B
YAML
31 lines
858 B
YAML
name: 新特性建议
|
|
description: 提交新特性建议
|
|
body:
|
|
- type: markdown
|
|
id: preface
|
|
attributes:
|
|
value: "你好!感谢你为 Sonic 提交新特性建议。"
|
|
- type: markdown
|
|
id: environment
|
|
attributes:
|
|
value: "## 环境信息"
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: "你当前使用的版本"
|
|
description: "可以在管理后台的关于页面中找到。"
|
|
- type: markdown
|
|
id: details
|
|
attributes:
|
|
value: "## 详细信息"
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: "描述一下此特性"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional-information
|
|
attributes:
|
|
label: "附加信息"
|
|
description: "如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。" |