Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 952 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (22 loc) · 952 Bytes

Contributing

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

The following is a set of guidelines for contributing to this library. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Code of Conduct

This project and everyone participating in it is governed by a Code of Conduct. By participating, you are expected to uphold this code.

How to contribute

Tests

Make sure you the code you're adding has decent test coverage.

Running project tests and coverage:

npm run test

Commit Guidelines

This project uses the Commitizen tool for standardizing changelog-style commit messages, so you should follow it as so:

git add .           # add files to staging
npm run commit      # use the wizard for the commit message