Thank you for your interest in contributing to this plugin.
Please follow the below steps for contributing:
- Fork this repo.
- Make your changes and add a unit test.
- Ensure the tests still pass by running
yarn
followed byyarn test
. This will automatically format the code as well. - Update the DOCUMENTATION.md file and CHANGELOG.md file if any user-facing functionality has changed.
- Commit your changes following the semantic commit message guide here.
- Push changes to your fork.
- Submit a pull request for your changes on your fork against the
master
branch of this repo.