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-reqs
composer tools:runCI 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.
We try to follow Conventional Commits to format commit messages.
When reviewing we try to follow Conventional Comments.