Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 525 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 525 Bytes

Contributing

We do not allow contributors to claim issues. If you find something interesting you can contribute to the repo, feel free to raise a PR.

  1. Make sure you're running the latest version of Node 20 LTE
  2. Fork the repo
  3. Install dependencies locally: npm install
  4. Make your changes locally
  5. Make sure tests pass: npm test
  6. Run your updates locally in another repository using npm link
  7. Ensure the code coverage is the same or higher than before your changes.
  8. Create a PR to the main branch