Using Git and GitHub
The csdl
repository is hosted on GitHub and uses Git as its Source
Control Manager.
It is recommended to create a username on GitHub and fork the repository.
Before committing code, be sure to write tests and make sure all tests pass.
Please begin all commit messages with a verb in the present tense, e.g. "update docs", not "updated docs".
After working on a feature, push your changes to your fork, and then
issue a
pull request
for csdl
.