> For the complete documentation index, see [llms.txt](https://antidotedb.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://antidotedb.gitbook.io/documentation/development/contributing.md).

# Contributing

Good first issues are labeled as such and can be found in the [issue tracker](https://github.com/AntidoteDB/antidote/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). 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
