This is an open source library for CodeIgniter, all contributions (Issues, suggestions and Pull requests) are welcome.
If you find a bug or have a suggestion, please:
- Make sure there is no already open Issue.
- Make sure the issue hasn't been fixed (look for closed Issues)
Reporting issues is helpful but an even better approach is to send a Pull Request, which is done by "Forking" the main repository and committing to your own copy. This will require you to use the version control system called Git.
Here are the guidelines to follow when submitting a pull request.
If you change anything you need to update the PHPDoc block too.
Please submit one fix per pull request, so that even if a fix is not desired, we can still benefit from the other fixes.
All pull requests need to be sent to the "develop" branch.