diff options
author | Trond B. Krokli <38162891+illfated@users.noreply.github.com> | 2020-08-01 18:28:32 +0200 |
---|---|---|
committer | Peter Keresztes Schmidt <carbenium@outlook.com> | 2020-08-06 20:20:13 +0200 |
commit | f709d77ed6378be2f006326d1ed8ce2d21fcf72e (patch) | |
tree | b3ab364644d6a6451631e78bd1934d4a2fa3cc54 /pull_request_template.md | |
parent | 22bad09c01c6f17eeb420076904fd5e88ad4de36 (diff) |
Update pull_request_template.md
Apply general writing codestyle for GitHub Pull Requests:
- move the "Closes #" text down to its own line, as GitHub prefers to read the git command without preceding text.
- move the text "(Does it build, tested in-game, etc.)" down to a new line to indicate where we want the info inserted.
Diffstat (limited to 'pull_request_template.md')
-rw-r--r-- | pull_request_template.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/pull_request_template.md b/pull_request_template.md index 3e1a9f741c9..bef6e3c959c 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -13,10 +13,14 @@ - [ ] 3.3.5 - [ ] master -**Issues addressed:** Closes # (insert issue tracker number) +**Issues addressed:** +Closes # (insert issue tracker number) -**Tests performed:** (Does it build, tested in-game, etc.) + +**Tests performed:** + +(Does it build, tested in-game, etc.) **Known issues and TODO list:** (add/remove lines as needed) |