瀏覽代碼

update ISSUE_TEMPLATE.md context

Mahmoud Zalt 7 年之前
父節點
當前提交
d32cfb31b1
共有 1 個文件被更改,包括 4 次插入7 次删除
  1. 4 7
      .github/ISSUE_TEMPLATE.md

+ 4 - 7
.github/ISSUE_TEMPLATE.md

@@ -5,22 +5,19 @@
 - System info disto/version: 
 
 ### Issue:
-##### What seems to be going wrong?
-
+<!--- What seems to be wrong? -->
 _____
 
 ### Expected behavior:
-##### What should be happening instead?
-
+<!--- What should happen instead? -->
 _____
 
 ### Reproduce:
-##### How might we be able to reproduce the error?
-
+<!--- How can we reproduce the error? -->
 _____
 
 ### Relevant Code:
 
 ```
-// place code here
+// place a code sample here
 ```