Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 267 Bytes

CONTRIBUTING.md

File metadata and controls

4 lines (4 loc) · 267 Bytes
  • Make your changes in src/* and not in dist/index.js
  • Make sure your changes are prettified (you can use npm run prettier)
  • Run npm run build with Node v20 before committing your changes
  • Feel free to write some unit tests