Skip to content

Commit 4c0a98d

Browse files
committed
Merge branch 'develop' of github.com:LinShunKang/MyPerf4J into develop
2 parents acfe3d0 + 6b4e7dc commit 4c0a98d

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/ISSUE_TEMPLATE/----.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,16 @@ assignees: ''
1818
* 操作系统,例如,Linux、MacOS、Windows 等
1919

2020
**JVM启动参数**
21-
21+
```
2222
请把你的JVM启动参数完整的复制出来
23+
```
2324

2425
**配置文件**
25-
26+
```
2627
请把你的配置文件内容完整的复制出来
28+
```
2729

2830
**异常堆栈**
29-
31+
```
3032
请把程序的错误栈信息完整的复制出来
33+
```

.github/ISSUE_TEMPLATE/bug---.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ assignees: ''
1818
* 操作系统,例如,Linux、MacOS、Windows 等
1919

2020
**配置文件**
21-
21+
```
2222
请把你的配置文件内容完整的复制出来
23+
```
2324

2425
**异常堆栈**
25-
26+
```
2627
请把程序的错误栈信息完整的复制出来
28+
```

0 commit comments

Comments
 (0)