Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 528 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 528 Bytes

Contributing

Welcome et thanks to contribute to this project.
First, please describe your needs in a new issue.

How to write code

  1. We respect PSR-1 et PSR-12
  2. Test your code
  3. Make small code for easy review

How to run test

docker run --rm -it -w /app -v $PWD:/app webdevops/php:8.1 composer install
docker run --rm -it -w /app -v $PWD:/app webdevops/php:8.1 composer test