File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ node_modules
4
4
package-lock.json
5
5
dist
6
6
.vscode-test
7
- out
7
+ out
8
+ .github /ISSUE_TEMPLATE /** /* . *
You can’t perform that action at this time.
0 commit comments