Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 512 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 512 Bytes

Contribution Guidelines

Overall

Anyone is free to create a pull request. Please refrain from making major formatting changes however, as this makes actual changes hard to track.

Angular Client

Please ensure that your code follows the linter rules. npm run lint

Python Backend

Please ensure that PEP-8 is followed.

Java Interface

Code should be written using the Google Java Conventions.