Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 1.08 KB

Contributing

Thank you for your interest in contributing to our monolog-kinesis-handler!

Before submitting a pull request

  • 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

Submitting a pull request

  1. Fork and clone the repository;
  2. Create a new branch: git checkout -b my-branch-name;
  3. Make your change, push to your fork and submit a pull request;
  4. Pat your self on the back and wait for your pull request to be reviewed.

Resources