File tree 4 files changed +107
-0
lines changed 4 files changed +107
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Ask For Help
2
+ title : ' [Help] '
3
+ description : 使用求助
4
+ labels : [ 'help wanted' ]
5
+
6
+ body :
7
+ - type : checkboxes
8
+ attributes :
9
+ label : 注意事项
10
+ options :
11
+ - label : 提ISSUE前,请确认你已经在GitHub Issues和Discussions里搜索过类似的问题,并且没找到想要的答案。
12
+ required : true
13
+
14
+ - type : dropdown
15
+ attributes :
16
+ label : 你使用的是哪种方式?
17
+ options :
18
+ - GitHub Actions
19
+ - Python代码
20
+ - jmcomic命令行
21
+ default : 0
22
+ validations :
23
+ required : true
24
+
25
+ - type : textarea
26
+ attributes :
27
+ label : 你的目的?
28
+ placeholder : 详细描述一下你想要干什么
29
+
30
+ - type : textarea
31
+ attributes :
32
+ label : 你遇到的困难?
33
+ placeholder : 详细描述一下你有啥困难
34
+
35
+ - type : textarea
36
+ attributes :
37
+ label : 其他信息
38
+ placeholder : 如果有其他需要补充的信息,可以在这里留言
Original file line number Diff line number Diff line change
1
+ name : Bug
2
+ title : ' [Bug] '
3
+ description : Bug反馈
4
+ labels : [ 'bug' ]
5
+
6
+ body :
7
+ - type : checkboxes
8
+ attributes :
9
+ label : 注意事项
10
+ options :
11
+ - label : 提ISSUE前,请确认你已经在GitHub Issues和Discussions里搜索过类似的问题,并且没找到想要的答案。
12
+ required : true
13
+ - label : GitHub Actions问题请到置顶的Issue反馈。
14
+ required : true
15
+
16
+ - type : dropdown
17
+ attributes :
18
+ label : 发生Bug时,你的使用方式?
19
+ multiple : false
20
+ options :
21
+ - Python代码
22
+ - jmcomic命令行
23
+ validations :
24
+ required : true
25
+
26
+ - type : dropdown
27
+ attributes :
28
+ label : 你是否在禁漫官方网页或APP,验证过相应的功能是正常的?
29
+ multiple : false
30
+ options :
31
+ - 测试过,禁漫官方功能正常
32
+ - 我要反馈的bug无需验证/不方便验证
33
+ validations :
34
+ required : true
35
+
36
+ - type : textarea
37
+ attributes :
38
+ label : option配置+源码/命令
39
+ placeholder : 贴一下你的option配置 + 你使用的python代码或命令,这会帮助开发者解决bug。
40
+
41
+ - type : textarea
42
+ attributes :
43
+ label : 你预期的结果,与实际结果的差别
44
+ placeholder : |
45
+ 1. 预期结果...
46
+ 2. 差别...
47
+
48
+ - type : textarea
49
+ attributes :
50
+ label : 其他信息
51
+ placeholder : 如果有其他需要补充的信息,可以在这里留言
52
+
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : true
2
+ contact_links :
3
+ - name : GitHub Community Support
4
+ url : https://github.com/hect0x7/JMComic-Crawler-Python/discussions
5
+ about : 提Issues之前,先来Discussions找找有没有你的问题
Original file line number Diff line number Diff line change
1
+ name : Feature Request
2
+ title : ' [Feature] '
3
+ description : 新功能请求
4
+ labels : [ 'enhancement' ]
5
+
6
+ body :
7
+ - type : textarea
8
+ attributes :
9
+ label : 新功能请求
10
+ placeholder : 详细描述一下你的新功能请求
11
+
12
+
You can’t perform that action at this time.
0 commit comments