Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 798 Bytes

File metadata and controls

24 lines (18 loc) · 798 Bytes

Contributing to node-rootly

Getting Started

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/YOUR_USERNAME/node-rootly.git
  3. Create a branch: git checkout -b feat/your-feature
  4. Install dependencies: npm install
  5. Make your changes
  6. Run tests: npm test
  7. Run type-check: npm run lint
  8. Commit using Conventional Commits:
    • feat: → minor release
    • fix: → patch release
    • feat!: / BREAKING CHANGE: → major release
  9. Push and open a PR

Commit Convention

This project uses semantic-release. Your commit messages determine the version bump and whether the package is published to GitHub Packages.

License

By contributing, you agree your contributions are licensed under Apache-2.0.