add pre-commit and enforce on travis (#37)

* add pre-commit and enforce on travis
This commit is contained in:
Dave Gallant
2019-10-14 22:18:01 -04:00
committed by GitHub
parent f72dd82771
commit 53666c643f
11 changed files with 611 additions and 584 deletions

8
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,8 @@
*Description of changes:*
*Checklist:*
- [ ] Write unit tests
- [ ] `make pr` passes
- [ ] Write documentation