Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 567 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 567 Bytes

contributing

Thanks for your interest in contributing.

bootstrapping

To bootstrap development, please

  • fork & clone this repo
  • install node to match the .nvmrc
  • do great work
  • ensure Docker is running with socket at /var/run/docker.sock
  • pnpm test, and add tests as needed
  • commit your work using conventional commits. this allows for automated releases when your work is merged.

code of conduct

Please refer to the nodejs code-of-conduct.