]> granicus.if.org Git - neomutt/commitdiff
github: make removal of irrelevant sections easier
authortoogley <toogley@mailbox.org>
Sat, 2 Dec 2017 19:51:50 +0000 (20:51 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 2 Dec 2017 20:36:11 +0000 (20:36 +0000)
When users remove the irrelevant things for their issue, they often
leave the indentation of the nested list. That causes github to render
those lines as code instead of markdown list items.

.github/ISSUE_TEMPLATE.md

index 5ac08eaa8a35620c8ea62a4e6b4fe3dbd87365d5..a11f3e8aae61669358ab649dae76cb26398f6140 100644 (file)
@@ -1,12 +1,12 @@
-* **bug reports**
+## bug reports
 
-    * Expected behavior
-    * Actual behavior
-    * Steps to reproduce
-    * Used program versions
-    * Operating System and its version
+* Expected behavior
+* Actual behavior
+* Steps to reproduce
+* Used program versions
+* Operating System and its version
 
-* **feature requests**
+## feature requests
 
-    * Why do you not like the current state?
-    * What would you like to see to change?
+* Why do you not like the current state?
+* What would you like to see to change?