Add contributing guide and CLA info to pull request template

This commit is contained in:
Cody Soyland 2017-06-09 14:35:57 -05:00
parent 472e9bd2e9
commit 571d249ea1

View file

@ -6,6 +6,8 @@ Fixes #
## Pull request checklist
- [ ] I have read the [contributing guide](https://github.com/pilosa/pilosa/blob/master/CONTRIBUTING.md).
- [ ] I have agreed to the [Contributor License Agreement](https://cla-assistant.io/pilosa/pilosa).
- [ ] I have updated the [documentation](https://github.com/pilosa/pilosa/tree/master/docs).
- [ ] I have resolved any merge conflicts.
- [ ] I have included tests that cover my changes.