How to contribute
March 10, 2018 · View on GitHub
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.
Guidelines
Before we look into how, here are the guidelines. If your Pull Requests fail to pass these guidelines it will be declined and you will need to re-submit when you’ve made the changes. This might sound a bit tough, but it is required for maintaining code quality.
Documentation
If you change anything you need to update the PHPDoc block too.
One issue at a time
Please submit one fix per pull request, so that even if a fix is not desired, we can still benefit from the other fixes.