Skip to content

Commit f12020e

Browse files
authored
Update issue templates
1 parent cedad99 commit f12020e

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,16 @@ Major:
7676
<!-- 请简要描述你遇到的问题 -->
7777

7878

79+
**代码**
80+
<!-- 在下面的代码框里填写可以重现你遇到的问题的代码 -->
81+
82+
```TeX
83+
% 可以重现你遇到的问题的代码
84+
% 可使用多个代码框,分别填写不同文件内的代码
85+
% 注明代码所在文件
86+
```
87+
88+
7989
**截图**
8090
<!-- 遇到的问题的截图,如果方便的话,也请附上其他有帮助的截图 -->
8191

.github/ISSUE_TEMPLATE/i-need-help.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ Major:
7272
## 遇到的问题
7373
<!-- 请简要描述你遇到的问题 -->
7474

75+
**代码**
76+
<!-- 在下面的代码框里填写可以重现你遇到的问题的代码 -->
77+
78+
```TeX
79+
% 可以重现你遇到的问题的代码
80+
% 可使用多个代码框,分别填写不同文件内的代码
81+
% 注明代码所在文件
82+
```
83+
7584
**截图**
7685
<!-- 遇到的问题的截图,如果方便的话,也请附上其他有帮助的截图 -->
7786

0 commit comments

Comments
 (0)