Contributing

Good first issues are labeled as such and can be found in the issue tracker. You can also take a look at other repositories in the AntidoteDB organisation.

Code style

Before commiting code run make lint to check the code style.

In addition there are the following rules which are not checked automatically:

  • Indentation should use 4 spaces (no tabs)

  • Exported functions must be documented and have a type specification

Last updated