mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 02:43:08 +08:00
42 lines
1.3 KiB
YAML
42 lines
1.3 KiB
YAML
name: 新特性建议
|
|
description: 提交新特性建议
|
|
title: 'feat:'
|
|
body:
|
|
- type: markdown
|
|
id: preface
|
|
attributes:
|
|
value: "你好!感谢你为 Dream 提交新特性建议。在开始之前,我们非常推荐阅读一遍[《开源最佳实践》](https://github.com/LinuxSuRen/open-source-best-practice),这会在很大程度上提高我们彼此的效率。"
|
|
- type: markdown
|
|
id: environment
|
|
attributes:
|
|
value: "## 环境信息"
|
|
- type: input
|
|
id: halo-version
|
|
validations:
|
|
required: false
|
|
attributes:
|
|
label: "你当前使用的 Halo 版本"
|
|
description: "可以在管理后台的关于页面中找到。"
|
|
- type: input
|
|
id: dream-version
|
|
validations:
|
|
required: false
|
|
attributes:
|
|
label: "你当前使用的 Dream 版本"
|
|
description: "可以在主题 `theme.yaml` 文件中找到。"
|
|
- type: markdown
|
|
id: details
|
|
attributes:
|
|
value: "## 详细信息"
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: "描述一下此特性"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional-information
|
|
attributes:
|
|
label: "附加信息"
|
|
description: "如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。"
|