Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 700 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 700 Bytes

Contributions Welcome!

What to contribute

Pick a ticket or just the one feature you want to see here.

Build plugin locally

To test locally, simply issue :

# run tests once
npm test
# run tests continuously
npm run dev:test

How

  1. Fork
  2. Develop
  3. Make sure your commits adhere to conventional commits
  4. Issue a Pull-Request against main

Releasing

Every merge to main is a release candidate, a release can be made by merging the automatically created release PRs (thanks to release please).