Skip to content
Snippets Groups Projects
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.

Contribute to funkwhale/ansible

Check out the Funkwhale contributing guide for information about how to contribute to the Funkwhale project.

Development environment

Pre-commit

The pre-commit tool is used to ensure that the files you commit are properly formatted, follow best practice, and don't contain syntax or spelling errors.

You can install and setup pre-commit using the quick-start guide on the pre-commit documentation. Make sure to install pre-commit and setup the git pre-commit hook so pre-commit runs before you commit any changes to the repository.