Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 909 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 909 Bytes

Contributing

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

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.