Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 440 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 440 Bytes

Contributing

Install Dependencies

npm install

Making a PR

  1. You've added or updated tests for this change.
  2. Documentation is added or updated for this change.
  3. Changes are documented in the CHANGELOG.md file.
  4. All existing tests pass.
  5. Any added or updated dependencies are updated in the package.json.
  6. Commit messages follow conventional commits.