Skip to content

Commit fe4ec21

Browse files
committed
chore(custom): custom style
1 parent c93d95f commit fe4ec21

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: 定制化配置
2+
description: 提交定制化配置疑问
3+
title: 'custom:'
4+
labels: [custom]
5+
body:
6+
- type: markdown
7+
id: preface
8+
attributes:
9+
value: "你好!感谢你为 Dream 提交定制化配置建议。在开始之前,我们非常推荐阅读一遍[《开源最佳实践》](https://github.com/LinuxSuRen/open-source-best-practice),这会在很大程度上提高我们彼此的效率。"
10+
- type: markdown
11+
id: environment
12+
attributes:
13+
value: "## 环境信息"
14+
- type: input
15+
id: dream-version
16+
validations:
17+
required: false
18+
attributes:
19+
label: "你当前使用的 Dream 版本"
20+
description: "可以在主题 `theme.yaml` 文件中找到。"
21+
- type: markdown
22+
id: details
23+
attributes:
24+
value: "## 详细信息"
25+
- type: textarea
26+
id: description
27+
attributes:
28+
label: "描述一下此定制化内容"
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: additional-information
33+
attributes:
34+
label: "补充信息"
35+
description: "如果你还有其他需要提供的信息或解决思路,可以在这里填写。"

0 commit comments

Comments
 (0)