Contributions here are welcomed! You can contribute to one of the repositories of buildotter.
Fork the repository and clone it.
Then install dependencies and verify your local environment:
composer install
composer check-platform-reqsCI must pass 😁 It may be "mimic" locally by running:
composer tools:runNote: be aware that with this command, php-cs-fixer is configured to fix issues, not only report them. Code may be changed automatically without you knowing it.
Please follow Conventional Commits to format commit messages.
When reviewing please follow Conventional Comments.