- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/node-rootly.git - Create a branch:
git checkout -b feat/your-feature - Install dependencies:
npm install - Make your changes
- Run tests:
npm test - Run type-check:
npm run lint - Commit using Conventional Commits:
feat:→ minor releasefix:→ patch releasefeat!:/BREAKING CHANGE:→ major release
- Push and open a PR
This project uses semantic-release. Your commit messages determine the version bump and whether the package is published to GitHub Packages.
By contributing, you agree your contributions are licensed under Apache-2.0.