Contribute

Tlumx is open source and everyone can contribute to this project.

So, you can also find a list of tasks on the GitHub Issue Tracker for each package.

If you want to sontribute code, you must:

  • fork the Tlumx package;
  • create a local development branch for the new feature or improvement;
  • add new feature or improvement, then commit and push this local branch to your github fork;
  • send a pull request to Tlumx repository's develop branch.

Remember, you your changes should include PHPUnit tests and code must be written in accordance with the PSR-2 standard.