diff options
author | Adhitya Kamakshidasan | 2016-06-02 15:11:14 +0530 |
---|---|---|
committer | Adhitya Kamakshidasan | 2016-06-02 15:11:14 +0530 |
commit | 792d6be75adcbfa9491e7f4332a45f16a4867b3f (patch) | |
tree | c981d3b67c5bb9669ebf80cfde15c1681d44ec8e | |
parent | b2ae20e4a0670ec888a7af07fb25569bbc841556 (diff) | |
parent | 6348e6b8178b80e89f62a33793db9240955dd39c (diff) | |
download | xcos-on-web-792d6be75adcbfa9491e7f4332a45f16a4867b3f.tar.gz xcos-on-web-792d6be75adcbfa9491e7f4332a45f16a4867b3f.tar.bz2 xcos-on-web-792d6be75adcbfa9491e7f4332a45f16a4867b3f.zip |
Merge pull request #6 from jiteshjha/pull-request-template
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! |