You want to contribute to this module? Awesome! Here are a few links and guidelines to get you started.
- Check out the documentation
- Report bugs or feature requests on GitHub
- Use the forum thread to get support from the community
Pull requests are welcome! If you you add a feature, please discuss it first in a new issue or the forums.
- Open the pull request against the
master
branch for the2.x
version, or against the1.x
branch for the1.x
version. - Make sure the tests are still green ✅.
- Please try to add test cases for newly introduced features or bug fixes.
- The module follows the PSR-2 coding style and checks it with styleci.io.