diff options
author | jiteshjha | 2016-06-01 22:45:22 +0530 |
---|---|---|
committer | jiteshjha | 2016-06-01 22:45:22 +0530 |
commit | 6348e6b8178b80e89f62a33793db9240955dd39c (patch) | |
tree | 6861aff5e930444aed0ed2f0c924485514b55f9b | |
parent | 09962919467584ee2b7e6e83aa13031e6c7ab207 (diff) | |
download | xcos-on-web-6348e6b8178b80e89f62a33793db9240955dd39c.tar.gz xcos-on-web-6348e6b8178b80e89f62a33793db9240955dd39c.tar.bz2 xcos-on-web-6348e6b8178b80e89f62a33793db9240955dd39c.zip |
Added first pull request template
-rw-r--r-- | PULL_REQUEST_TEMPLATE.md~ | 8 |
1 files changed, 8 insertions, 0 deletions
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! |