Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 680 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 680 Bytes

Contributing

Thank you for your interest in contributing to this plugin.

Please follow the below steps for contributing:

  1. Fork this repo.
  2. Make your changes and add a unit test.
  3. Ensure the tests still pass by running yarn followed by yarn test. This will automatically format the code as well.
  4. Update the DOCUMENTATION.md file and CHANGELOG.md file if any user-facing functionality has changed.
  5. Commit your changes following the semantic commit message guide here.
  6. Push changes to your fork.
  7. Submit a pull request for your changes on your fork against the master branch of this repo.