Thank you for your interest in contributing to our monolog-kinesis-handler
!
- Add git hooks running
cp docs/hooks/pre-commit .git/hooks
- Check Coding Standards running
composer run-script cs-check
- Fix Coding Standards running
composer run-script cs-fix
- Statically analysis running
composer run-script phpstan
- Detects coding standards violations running
composer run-script phpcs
- Test running
composer run-script test
- Fork and clone the repository;
- Create a new branch:
git checkout -b my-branch-name
; - Make your change, push to your fork and submit a pull request;
- Pat your self on the back and wait for your pull request to be reviewed.