I welcome anyone to contribute to this project. All bug reports, feature requests, and pull requests are greatly appriciated.
To contribute some code, please do the following:
- Fork this repository.
- Create a new branch
- Commit your changes to this branch.
- Make sure your code follows the coding guidelines below.
- When your happy with you changes, push this branch to Github.
- Create a Pull Request into the master branch.
Please ensure your pull request adheres to the following:
- New code should be properly tested, and all tests must pass
- PSR-1: Basic coding standard
- PSR-2: Coding style guide
- PSR-4: Autoloader
- Semantic Versioning 2.0.0
Thank you for your support!