Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 727 Bytes

File metadata and controls

19 lines (16 loc) · 727 Bytes

Contributing

  • Discuss your change with:
    • CTO
    • Head of Development
    • Teamlead Development
  • Create a own branch or fork for your changes.
  • Write unit tests for your code.
  • Check that your code match to our coding guidelines.
  • Create a pull request for your changes.
  • Document your new sniff in the readme
    • You can use ./build/refreshReadmeTable.php to refresh the sniff table
    • Yous MUST provide the readme content as the doc block summary
    • If you trigger an error, you need to document with "MUST". A simple warning may be documented with "SHOULD".

Backporting / supported versions

  • Backport new features to php 7.0 with the 1.x branch
  • Backport new features to php 7.1 with the 2.x branch