From: toogley Date: Sat, 2 Dec 2017 19:51:50 +0000 (+0100) Subject: github: make removal of irrelevant sections easier X-Git-Tag: neomutt-20171208~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1be04a69f7afcd91aa6efbed498e013bee52b8e;p=neomutt github: make removal of irrelevant sections easier 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. --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5ac08eaa8..a11f3e8aa 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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?