Preparing for 1.2

This commit is contained in:
Henry Fredrick Schreiner
2017-09-22 23:09:35 -04:00
parent 37667f523d
commit b940153990
2 changed files with 1 additions and 1 deletions

9
.github/CONTRIBUTING.md vendored Normal file
View File

@@ -0,0 +1,9 @@
# A few notes on contributions
If you want to add code, please make sure it passes the clang-format style (I am using LLVM 4.0):
```bash
git ls-files -- '.cpp' '.hpp' | xargs clang-format -i -style=file
```
It is also a good idea to check this with `clang-tidy`; automatic fixes can be made using `-DCLANG_TIDY_FIX-ON` (resets to `OFF` when rerunning CMake).