Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 754 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 754 Bytes

Welcome developers!

Before making any contribution you should now:

  • All code contribution should follow PSR-1 and PSR-2 coding style standards.
  • You should code the tests for any function you add, some times is not possible but try doing it.
  • All functions need to be properly documented.
  • Variables and functions names should be self descriptive.

Installation

Of course you should fork the repo, then after cloning your forked repo:

$ composer install --dev  # Run command inside the project folder

What needs to be done?

What ever you think will improve this library and also let's wait the people to open issues and then we'll see.