Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

35 lines (21 loc) · 1.31 KB

Contributing

Thank you for helping! We really appreciate your investing time to improve the project. 🎉

Getting started

Before your first contribution, please read:

To start contributing code:

  1. Clone/fork the repo
  2. npm install
  3. npm test

Opening Issues

If you find a bug, we would love it if you let us know so we can patch it up for you, or help you submit a Pull Request to fix it.

To help us fix issues quickly, open an issue:

  • Write a short, clear title
  • Fill in as much of the issue template as possible

Pull Requests

There's nothing better than a great pull request. To ensure that yours gets accepted as quickly and smoothly as possible:

  • Write good commit messages. This guide should help.
  • Fill in as much of the Pull Request template as possible
  • Include unit tests for all new and changes APIs and functionality
  • Add or update documentation, including examples