Contribution guidelines¶
Contributing to POP-Java is very simple. All the code is hosted in a public git repository hosted on gitlab. It can be found at <https://github.com/pop-team/pop-java> and is open to merge requests for new developments.
Coding conventions¶
When writing new code for POP-Java you should always:
- Indent with a hard-tab
\t, ASCII0x09 - Always surround blocks with
{ } - …
- …