Remove '###' from git commit template section headers (#509)
Motivation:
It seems like git removes any lines starting with a `#`, so we'd lose
lines from commits following the template.
Modifications:
Remove the Markdown formatting from the commit template.
Result:
Commits using our template won't have lines removed by git.