Commit 0f54865e by Tianqi Chen Committed by GitHub

Update contribute.md

parent 77324cd6
...@@ -89,7 +89,7 @@ It is fine to force push to your own fork, as long as the commits changed are on ...@@ -89,7 +89,7 @@ It is fine to force push to your own fork, as long as the commits changed are on
- All the testcases are in [tests](../tests) - All the testcases are in [tests](../tests)
- We use python nose for python test cases. - We use python nose for python test cases.
## C++ Library ## Core Library
- Follow Google C style for C++. - Follow Google C style for C++.
- We use doxygen to document all the interface code. - We use doxygen to document all the interface code.
- You can reproduce the linter checks by typing ```make lint``` - You can reproduce the linter checks by typing ```make lint```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment