Browse Source

Update issue templates

懒得勤快 2 years ago
parent
commit
10ce51dd0d
1 changed files with 6 additions and 5 deletions
  1. 6 5
      .github/ISSUE_TEMPLATE/--bug--.md

+ 6 - 5
.github/ISSUE_TEMPLATE/--bug--.md

@@ -1,6 +1,6 @@
 ---
 name: "提交bug\U0001F41B"
-about: bug概要
+about: 这里写bug概要
 title: "[BUG]"
 labels: bug
 assignees: ''
@@ -10,15 +10,16 @@ assignees: ''
 `温馨提示:提交后请保证回复及时,若长时间未回复的issue,将在超过30天以后作关闭处理! ` 
 
 **bug描述**
+- 这里写描述
 
-**是哪个函数出现了bug**
-
+**是哪个类的哪个函数出现了bug**
+- 这里写对应的类和函数名
 
 **异常堆栈信息**
-
+- 复制异常堆栈信息粘贴到这里
 
 **函数入参**
-
+- 这里写调用参数
 
 **期望的结果或输出**