From 571d249ea12d86b9e9f666e4f5f589cab377ff3e Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Fri, 9 Jun 2017 14:35:57 -0500 Subject: [PATCH] Add contributing guide and CLA info to pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d96b88aeb..081a20073 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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.