Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 668 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 668 Bytes

Contributing to the Exocortex Crate Project

Pull requests are always welcome, and the Exocortex Crate dev team appreciates any help the community can give to help make Exocortex Crate better.

Getting Started

Style Guidelines

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)