Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 709 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) · 709 Bytes

Getting Started

This package is designed to make contributing as easy as possible. All work is tracked in the Issues.

If you'd like to contribute claim an existing issue -or- create a new issue. All unassigned issues are up-for-grabs.

Development follows the Feature Branch Workflow:

  1. Fork the repo
  2. Clone your fork
  3. Create a feat/[name] branch
  4. Implement your feature
  5. Commit the changes
  6. Add tests (w/ npm run test)
  7. Lint (w/ npm run lint)
  8. Document w/ JSDoc comments
  9. Create a PR to merge the feature branch
  10. Reference the issue in the PR