Add pull request template explaining branching.

This commit is contained in:
Dan Albert 2021-12-18 14:58:08 -08:00
parent e99c36a21f
commit 61015b127e

2
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,2 @@
Pull requests should be made against the `develop` branch. Any backports
necessary will be handled by the development team.