Contributing to Itzï

July 10, 2026 · View on GitHub

First of all, thanks to take time to contribute to Itzï. This is much appreciated.

Code of Conduct

This project and everyone participating in it is governed by the Itzï Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behaviour to contact@itzi.org.

How Can I Contribute?

Reporting Bugs

If a developer does not know about a bug, they cannot fix it! Therefore, it is very valuable to thoroughly describe the problem you encounter on the bug-tracker.

Write documentation

Documentation is critical for all users, especially new ones. But writing good documentation is time consuming.

The documentation of Itzï is hosted on Readthedocs. It is written in reStructuredText and generated with Sphinx. The source code of the documentation is in the docs/ directory of the main repository.

Please use one sentence per line and try to keep line length under 90 characters. If above that threshold, break the line.

Code

Please have a look at the programer's manual.