Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 812 Bytes

File metadata and controls

31 lines (20 loc) · 812 Bytes

Contributing Guide

Contributions here are welcomed! You can contribute to one of the repositories of buildotter.

Preparing local environment

Fork the repository and clone it.

Then install dependencies and verify your local environment:

composer install
composer check-platform-reqs

Preparing Pull Request

CI must pass 😁 It may be "mimic" locally by running:

composer tools:run

Note: 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.