Code formatting in CONTRIBUTING.md

This commit is contained in:
Jindra Petřík
2023-11-20 19:17:26 +01:00
parent 9170fef3cd
commit c4cfad716b

View File

@@ -12,6 +12,14 @@ Pull request target branch should be `dev`, as this is main development branch.
## GUI vs Library
Make sure library part (libsrc/ffdec_lib) does not depend on GUI and does not contain anything GUI related.
## Code formatting
Your code should pass our checkstyle validation.
To validate the code run:
```
ant checkstyle
```
It also will be executed via GitHub Actions when pushed.
## Tests
Make sure existing tests pass.