Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 871 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 871 Bytes

Contributing

You want to contribute to this module? Awesome! Here are a few links and guidelines to get you started.

  • Report bugs or feature requests on GitHub.
  • Use the forum thread to get support from the community.

Pull Requests

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 the 2.x version, or against the 1.x branch for the 1.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.