Commit 7c8ada9
authored
github: Use alternative heading syntax in pull request template (#36)
Motivation
----------
The Git CLI ignores commit message lines starting with # as comments,
so editing commits causes heading lines starting ### to be lost.
Modifications
-------------
Change the pull request template to use underlines instead of ###.
Result
------
Headings will not be lost when commits are edited using the `git` CLI.
Headings will now be H2 rather than H3, because there is no alternative
syntax for H3.
Test Plan
---------
Submitted this PR using the new syntax.1 parent 28325a1 commit 7c8ada9
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | | - | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
13 | | - | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
0 commit comments