File tree 15 files changed +523
-123
lines changed
src/main/java/com/hjq/window 15 files changed +523
-123
lines changed Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : 提交 Bug
2
+ description : 请告诉我框架存在的问题,我会协助你解决此问题!
3
+ title : " [Bug]:"
4
+ labels : ["bug"]
5
+
6
+ body :
7
+ - type : markdown
8
+ attributes :
9
+ value : |
10
+ ## [【警告:请务必按照 issue 模板填写,不要抱有侥幸心理,一旦发现 issue 没有按照模板认真填写,一律直接关闭】](https://github.com/getActivity/IssueTemplateGuide)
11
+ - type : input
12
+ id : input_id_1
13
+ attributes :
14
+ label : 框架版本【必填】
15
+ description : 请输入你使用的框架版本
16
+ validations :
17
+ required : true
18
+ - type : textarea
19
+ id : input_id_2
20
+ attributes :
21
+ label : 问题描述【必填】
22
+ description : 请输入你对这个问题的描述
23
+ validations :
24
+ required : true
25
+ - type : textarea
26
+ id : input_id_3
27
+ attributes :
28
+ label : 复现步骤【必填】
29
+ description : 请输入问题的复现步骤
30
+ validations :
31
+ required : true
32
+ - type : dropdown
33
+ id : input_id_4
34
+ attributes :
35
+ label : 是否必现【必填】
36
+ multiple : false
37
+ options :
38
+ - 未选择
39
+ - 是
40
+ - 否
41
+ validations :
42
+ required : true
43
+ - type : input
44
+ id : input_id_5
45
+ attributes :
46
+ label : 项目 targetSdkVersion【必填】
47
+ validations :
48
+ required : true
49
+ - type : input
50
+ id : input_id_6
51
+ attributes :
52
+ label : 出现问题的手机信息【必填】
53
+ description : 请填写出现问题的品牌和机型
54
+ validations :
55
+ required : true
56
+ - type : input
57
+ id : input_id_7
58
+ attributes :
59
+ label : 出现问题的安卓版本【必填】
60
+ description : 请填写出现问题的 Android 版本
61
+ validations :
62
+ required : true
63
+ - type : dropdown
64
+ id : input_id_8
65
+ attributes :
66
+ label : 问题信息的来源渠道【必填】
67
+ multiple : true
68
+ options :
69
+ - 自己遇到的
70
+ - Bugly 看到的
71
+ - 用户反馈
72
+ - 其他渠道
73
+ - type : input
74
+ id : input_id_9
75
+ attributes :
76
+ label : 是部分机型还是所有机型都会出现【必答】
77
+ description : 部分/全部(例如:某为,某 Android 版本会出现)
78
+ validations :
79
+ required : true
80
+ - type : dropdown
81
+ id : input_id_10
82
+ attributes :
83
+ label : 框架最新的版本是否存在这个问题【必答】
84
+ description : 如果用的是旧版本的话,建议升级看问题是否还存在
85
+ multiple : false
86
+ options :
87
+ - 未选择
88
+ - 是
89
+ - 否
90
+ validations :
91
+ required : true
92
+ - type : dropdown
93
+ id : input_id_11
94
+ attributes :
95
+ label : 框架文档是否提及了该问题【必答】
96
+ description : 文档会提供最常见的问题解答,可以先看看是否有自己想要的
97
+ multiple : false
98
+ options :
99
+ - 未选择
100
+ - 是
101
+ - 否
102
+ validations :
103
+ required : true
104
+ - type : dropdown
105
+ id : input_id_12
106
+ attributes :
107
+ label : 是否已经查阅框架文档但还未能解决的【必答】
108
+ description : 如果查阅了文档但还是没有解决的话,可以选择是
109
+ multiple : false
110
+ options :
111
+ - 未选择
112
+ - 是
113
+ - 否
114
+ validations :
115
+ required : true
116
+ - type : dropdown
117
+ id : input_id_13
118
+ attributes :
119
+ label : issue 列表中是否有人曾提过类似的问题【必答】
120
+ description : 可以在 issue 列表在搜索问题关键字,参考一下别人的解决方案
121
+ multiple : false
122
+ options :
123
+ - 未选择
124
+ - 是
125
+ - 否
126
+ validations :
127
+ required : true
128
+ - type : dropdown
129
+ id : input_id_14
130
+ attributes :
131
+ label : 是否已经搜索过了 issue 列表但还未能解决的【必答】
132
+ description : 如果搜索过了 issue 列表但是问题没有解决的话,可以选择是
133
+ multiple : false
134
+ options :
135
+ - 未选择
136
+ - 是
137
+ - 否
138
+ validations :
139
+ required : true
140
+ - type : dropdown
141
+ id : input_id_15
142
+ attributes :
143
+ label : 是否可以通过 Demo 来复现该问题【必答】
144
+ description : 排查一下是不是自己的项目代码写得有问题导致的
145
+ multiple : false
146
+ options :
147
+ - 未选择
148
+ - 是
149
+ - 否
150
+ validations :
151
+ required : true
152
+ - type : textarea
153
+ id : input_id_16
154
+ attributes :
155
+ label : 提供报错堆栈
156
+ description : 如果有报错的话必填,注意不要拿被混淆过的代码堆栈上来
157
+ render : text
158
+ validations :
159
+ required : false
160
+ - type : textarea
161
+ id : input_id_17
162
+ attributes :
163
+ label : 提供截图或视频
164
+ description : 根据需要提供,此项不强制
165
+ validations :
166
+ required : false
167
+ - type : textarea
168
+ id : input_id_18
169
+ attributes :
170
+ label : 提供解决方案
171
+ description : 如果已经解决了的话,此项不强制
172
+ validations :
173
+ required : false
Original file line number Diff line number Diff line change
1
+ name : 提出疑问
2
+ description : 提出你的困惑,我会给你解答
3
+ title : " [疑惑]:"
4
+ labels : ["question"]
5
+
6
+ body :
7
+ - type : markdown
8
+ attributes :
9
+ value : |
10
+ ## [【警告:请务必按照 issue 模板填写,不要抱有侥幸心理,一旦发现 issue 没有按照模板认真填写,一律直接关闭】](https://github.com/getActivity/IssueTemplateGuide)
11
+ - type : textarea
12
+ id : input_id_1
13
+ attributes :
14
+ label : 问题描述【必填】
15
+ description : 请描述一下你的问题(注意:如果确定是框架 bug 请不要在这里提,否则一概不受理)
16
+ validations :
17
+ required : true
18
+ - type : dropdown
19
+ id : input_id_2
20
+ attributes :
21
+ label : 框架文档是否提及了该问题【必答】
22
+ description : 文档会提供最常见的问题解答,可以先看看是否有自己想要的
23
+ multiple : false
24
+ options :
25
+ - 未选择
26
+ - 是
27
+ - 否
28
+ validations :
29
+ required : true
30
+ - type : dropdown
31
+ id : input_id_3
32
+ attributes :
33
+ label : 是否已经查阅框架文档但还未能解决的【必答】
34
+ description : 如果查阅了文档但还是没有解决的话,可以选择是
35
+ multiple : false
36
+ options :
37
+ - 未选择
38
+ - 是
39
+ - 否
40
+ validations :
41
+ required : true
42
+ - type : dropdown
43
+ id : input_id_4
44
+ attributes :
45
+ label : issue 列表中是否有人曾提过类似的问题【必答】
46
+ description : 可以在 issue 列表在搜索问题关键字,参考一下别人的解决方案
47
+ multiple : false
48
+ options :
49
+ - 未选择
50
+ - 是
51
+ - 否
52
+ validations :
53
+ required : true
54
+ - type : dropdown
55
+ id : input_id_5
56
+ attributes :
57
+ label : 是否已经搜索过了 issue 列表但还未能解决的【必答】
58
+ description : 如果搜索过了 issue 列表但是问题没有解决的话,可以选择是
59
+ multiple : false
60
+ options :
61
+ - 未选择
62
+ - 是
63
+ - 否
64
+ validations :
65
+ required : true
Original file line number Diff line number Diff line change
1
+ name : 提交建议
2
+ description : 请告诉我框架的不足之处,让我做得更好!
3
+ title : " [建议]:"
4
+ labels : ["help wanted"]
5
+
6
+ body :
7
+ - type : markdown
8
+ attributes :
9
+ value : |
10
+ ## [【警告:请务必按照 issue 模板填写,不要抱有侥幸心理,一旦发现 issue 没有按照模板认真填写,一律直接关闭】](https://github.com/getActivity/IssueTemplateGuide)
11
+ - type : textarea
12
+ id : input_id_1
13
+ attributes :
14
+ label : 你觉得框架有什么不足之处?【必答】
15
+ description : 你可以描述框架有什么令你不满意的地方
16
+ validations :
17
+ required : true
18
+ - type : dropdown
19
+ id : input_id_2
20
+ attributes :
21
+ label : issue 是否有人曾提过类似的建议?【必答】
22
+ description : 一旦出现重复提问我将不会再次解答
23
+ multiple : false
24
+ options :
25
+ - 未选择
26
+ - 是
27
+ - 否
28
+ validations :
29
+ required : true
30
+ - type : dropdown
31
+ id : input_id_3
32
+ attributes :
33
+ label : 框架文档是否提及了该问题【必答】
34
+ description : 文档会提供最常见的问题解答,可以先看看是否有自己想要的
35
+ multiple : false
36
+ options :
37
+ - 未选择
38
+ - 是
39
+ - 否
40
+ validations :
41
+ required : true
42
+ - type : dropdown
43
+ id : input_id_4
44
+ attributes :
45
+ label : 是否已经查阅框架文档但还未能解决的【必答】
46
+ description : 如果查阅了文档但还是没有解决的话,可以选择是
47
+ multiple : false
48
+ options :
49
+ - 未选择
50
+ - 是
51
+ - 否
52
+ validations :
53
+ required : true
54
+ - type : textarea
55
+ id : input_id_5
56
+ attributes :
57
+ label : 你觉得该怎么去完善会比较好?【非必答】
58
+ description : 你可以提供一下自己的想法或者做法供作者参考
59
+ validations :
60
+ required : false
You can’t perform that action at this time.
0 commit comments