-
Notifications
You must be signed in to change notification settings - Fork 10
Contribution guidelines
Gabriel Mariano Marcelino edited this page Nov 13, 2017
·
1 revision
- 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).
- 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.
- For now, the code version must be considered as "1.0-dev".
-
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).
All bug reports, suggestions or improvements must be reported using the github issues.