GEODE-2897 Add PR template for github
Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/5f6323ba Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/5f6323ba Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/5f6323ba Branch: refs/heads/feature/GEODE-2900 Commit: 5f6323ba50bee4cd0ad6d268ed99233e5af5f840 Parents: 02f80db Author: Anthony Baker <[email protected]> Authored: Mon May 8 23:00:05 2017 -0700 Committer: Anthony Baker <[email protected]> Committed: Thu May 11 07:24:57 2017 -0700 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/5f6323ba/.github/PULL_REQUEST_TEMPLATE.md ---------------------------------------------------------------------- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..5ac3ad5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ +Thank you for submitting a contribution to Apache Geode. + +In order to streamline the review of the contribution we ask you +to ensure the following steps have been taken: + +### For all changes: +- [ ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message? + +- [ ] Has your PR been rebased against the latest commit within the target branch (typically `develop`)? + +- [ ] Is your initial contribution a single, squashed commit? + +- [ ] Does `gradlew build` run cleanly? + +- [ ] Have you written or updated unit tests to verify your changes? + +- [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)? + +### Note: +Please ensure that once the PR is submitted, you check travis-ci for build issues and +submit an update to your PR as soon as possible. If you need help, please send an +email to [email protected].
