Skip to content

Commit 2fb08e2

Browse files
committed
see 04/01 log
1 parent db8ea7a commit 2fb08e2

File tree

4 files changed

+108
-2
lines changed

4 files changed

+108
-2
lines changed

.github/ISSUE_TEMPLATE.md renamed to .github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
name: Bug report
3+
about: Make AndroidUtilCode more perfect!
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: Blankj
7+
8+
---
9+
110
## Describe the bug
211

312
A clear and concise description of what the bug is.
@@ -39,6 +48,6 @@ put the stack of crash here
3948
If applicable, add screenshots to help explain your problem.
4049

4150

42-
Please delete the current line and the followings.
51+
## Please delete the current line and the following.
4352

44-
Thank you for supporting [AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode).
53+
Thank you for supporting [AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode).
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
name: 提交 Bug
3+
about: 让工具类更完美!
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: Blankj
7+
8+
---
9+
10+
## 描述 Bug
11+
12+
简洁地描述下 Bug。
13+
14+
- AndroidUtilCode 的版本:<!-- 例如 utilcode:1.16.3 或 utilcodex:1.16.3 -->
15+
- 出现 Bug 的设备型号:<!-- 例如 Nexus 5X -->
16+
- 设备的 Android 版本:<!-- 例如 API 27 -->
17+
18+
## 相关代码
19+
20+
<!-- 例如
21+
```java
22+
CrashUtils.init();
23+
```
24+
-->
25+
```
26+
put your code here
27+
```
28+
29+
## 异常堆栈
30+
31+
<!-- 例如
32+
```
33+
Caused by: java.lang.NullPointerException: u should init first
34+
at com.blankj.utilcode.util.Utils.getApp(Utils.java:98)
35+
at com.blankj.utilcode.util.CrashUtils.<clinit>(CrashUtils.java:55)
36+
at com.blankj.utilcode.util.CrashUtils.init(CrashUtils.java:168) 
37+
at com.blankj.androidutilcode.UtilsApp.initCrash(UtilsApp.java:71) 
38+
at com.blankj.androidutilcode.UtilsApp.onCreate(UtilsApp.java:33) 
39+
```
40+
-->
41+
42+
```
43+
put the stack of crash here
44+
```
45+
46+
## 截图
47+
48+
如果有的话请添加屏幕截图以帮助解释问题。
49+
50+
51+
## 请删除当前行及以下内容
52+
53+
感谢支持 [AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode).
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: Make AndroidUtilCode more perfect!
4+
title: "[FEATURE]"
5+
labels: help wanted
6+
assignees: Blankj
7+
8+
---
9+
10+
## Describe the feature
11+
12+
A clear and concise description of what the feature is.
13+
14+
15+
## Reference
16+
17+
Hope to give some reference articles, links, code, if any.
18+
19+
20+
## Please delete the current line and the following
21+
22+
Thank you for supporting [AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode).
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: 提交需求
3+
about: 让工具类更健全!
4+
title: "[FEATURE]"
5+
labels: help wanted
6+
assignees: Blankj
7+
8+
---
9+
10+
## 描述需求
11+
12+
简洁地描述下需求。
13+
14+
15+
## 可借鉴的
16+
17+
如果有的话,可以给出一些参考文章、链接、代码
18+
19+
20+
## 请删除当前行及以下内容
21+
22+
感谢支持 [AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode).

0 commit comments

Comments
 (0)