Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 715 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (11 loc) · 715 Bytes

Contribution Guideline

  • install make
  • fork this repository
  • clone you fork
  • create new feature/fix branch, name like fix_bug_bla_bla or feature_bla_bla_bla
  • install composer dependencies composer install
  • write code according PSR-12 Standard and don't forget about unit tests
  • check PSR with command make psr12-check and fix it with command make psr12-fix
  • check with command make psalm and if you have errors - fix it
  • commit you work, also write commit message according Conventional Commits
  • push you work and create pull request