diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..b88a5b32 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +Before making this PR, please ensure the following: + + - The PR is open to `dev`, NOT `master`. + - `CHANGELOG.md` is updated (if necessary). + - Documentation and tests are updated (if necessary).