-
Notifications
You must be signed in to change notification settings - Fork 5
Contribution guidelines
Gabriel Mariano Marcelino edited this page Apr 9, 2019
·
3 revisions
- 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.
- 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.
All source code of the project can be found in GitHub.
The official website of the project is floripasat.ufsc.br.