aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrond B. Krokli <38162891+illfated@users.noreply.github.com>2020-08-01 18:28:32 +0200
committerPeter Keresztes Schmidt <carbenium@outlook.com>2020-08-06 20:20:13 +0200
commitf709d77ed6378be2f006326d1ed8ce2d21fcf72e (patch)
treeb3ab364644d6a6451631e78bd1934d4a2fa3cc54
parent22bad09c01c6f17eeb420076904fd5e88ad4de36 (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.
-rw-r--r--pull_request_template.md8
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)