Pull requests are always welcome, and the Exocortex Crate dev team appreciates any help the community can give to help make Exocortex Crate better.
- Create a Github account.
- Fork the repository on Github at https://github.com/Exocortex/ExocortexCrate.
The code style follows the Google C++ Style guidelines, with the following exceptions:
- Brackets are required around one line blocks (
if
,while
,for
) - else blocks go on their own line (ie
} else {
is not valid)