From 24ed1dd98bee710bfa0384cf5359b7bb5b4a6a21 Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 31 Dec 2020 08:12:35 +1000 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d928222e..02fbcb51 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,5 +10,7 @@ if you do any of the following: * Include a dependency on an external library * Include copyrighted code -Your pull request may still be rejected for other reasons to those listed above, but we will inform you of -the reasons. \ No newline at end of file +Your pull request may still be rejected for other reasons to those listed above, but you will be informed +of the reasons. + +Please base your branch off the `dev` branch.