Skip to content

Contribution guidelines

Gabriel Mariano Marcelino edited this page Apr 9, 2019 · 3 revisions

Code License

  • The used code license is the GPL3.
  • The license text must be present at the beginning of every code file. You can copy this text from an existing code (Changing the filename and the copyright declaration when applied).

Code Documentation

  • For code documentation, the Doxygen must be used. The used pattern can be verified from an existing code.
  • After the code license text, the code file metadata must be present.

Code Style

  • The used code style is based on the Google styleguide for C++ with some modifications. You can verify that modifications looking at the already existing code.
  • TAB = 4 spaces (Configure your text editor to that).

Bug Report

All bug reports, suggestions or improvements must be reported using the github issues.