Skip to content

Commit f21da91

Browse files
authored
docs: add feature request template (#60)
1 parent d827a66 commit f21da91

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: "新功能建议"
2+
description: 给vscode-cnb提一个新功能建议
3+
4+
body:
5+
- type: dropdown
6+
id: affected-ui-area
7+
attributes:
8+
label: ui上的哪部分与此新功能有关?
9+
options:
10+
- 侧边栏控制台
11+
- 侧边栏控制台随笔列表
12+
- 侧边栏控制台分类列表
13+
- 侧边栏控制台工作空间
14+
- 侧边栏控制台账户信息
15+
- 侧边栏控制台博客园导航
16+
- 侧边栏控制台随笔列表右键上下文菜单
17+
- 侧边栏控制台分类列表右键上下文菜单
18+
- 设置面板
19+
- markdown编辑器右键上下文菜单
20+
- markdown编辑器工具栏
21+
- 侧边栏文件浏览右键上下文菜单
22+
- 其他
23+
multiple: true
24+
25+
- type: textarea
26+
id: description
27+
attributes:
28+
label: 新功能描述
29+
validations:
30+
required: true
31+
32+
- type: textarea
33+
id: proposed-solution
34+
attributes:
35+
label: "[选填]建议的解决方案"
36+
validations:
37+
required: false

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ node_modules
44
package-lock.json
55
dist
66
.vscode-test
7-
out
7+
out
8+
.github/ISSUE_TEMPLATE/**/*.*

0 commit comments

Comments
 (0)