From 6348e6b8178b80e89f62a33793db9240955dd39c Mon Sep 17 00:00:00 2001 From: jiteshjha Date: Wed, 1 Jun 2016 22:45:22 +0530 Subject: Added first 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 0000000..e66c1bd --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md~ @@ -0,0 +1,8 @@ +Make sure these boxes are checked before your pull request is ready to be reviewed and merged. Thanks! + +* [ ] code is in uniquely-named feature branch, and has been rebased on top of latest master (especially if you've been asked to make additional changes) +* [ ] pull request are descriptively named +* [ ] if possible, multiple commits squashed if they're smaller changes +* [ ] reviewed/confirmed/tested by another contributor or maintainer + +Thanks! -- cgit