Skip to the content.

Contributing

← Back to index

Contributions are welcome! Please follow this workflow:

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/my-feature
  3. Install dependencies: composer install
  4. Run the test suite: composer test
  5. Run static analysis: composer stan
  6. Fix code style: composer cs-fix
  7. Commit using clear, English commit messages
  8. Open a Pull Request describing your change

Coding Standards

Next: Changelog