From 54953148386bf43fe1f40fda03ad6636f5a418fd Mon Sep 17 00:00:00 2001 From: Tim Harper Date: Sun, 10 Mar 2019 14:47:02 -0600 Subject: [PATCH] Add pull request template --- PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..d20a2d17c --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +# Pull Request Checklist + +Please confirm that you've done the following when opening a new pull request: + + - [ ] For fixes and other improvements, please reference the GitHub issue that your change addresses. + - [ ] For fixes, optimizations and new features, please add an entry to the CHANGES.md file. + - [ ] Run mvn compile before committing, so that the auto-code formatter will format your changes consistently with the rest of the project. +