Browse Source

update ISSUE_TEMPLATE.md context

Mahmoud Zalt 7 years ago
parent
commit
d32cfb31b1
1 changed files with 4 additions and 7 deletions
  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
 ```