After you've reviewed these contribution guidelines, you'll be all set to
contribute to this project.
CONTRIBUTING.md 833 B
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.