From 61015b127ebfb40693f7f338adb52851c8f236fa Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 18 Dec 2021 14:58:08 -0800 Subject: [PATCH] Add pull request template explaining branching. --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..022bad3c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,2 @@ +Pull requests should be made against the `develop` branch. Any backports +necessary will be handled by the development team.