Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 747 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 747 Bytes

Contributing

Thank you for wanting to contribute!

If this is your first Pull Request, then watching this How to Contribute to an Open Source Project on Github by Kent C. Dodds is very helpful.

Project setup

  1. Fork and clone the repository
  2. Run yarn setup to install dependencies and validate that all is working
  3. Create a new branch with git checkout -b pr/<branch-name>

Before making PR

Please make sure that all tests are working. This should happen automatically through husky, when you try to commit.

After making a PR

Please keep watching the repository so that you can respond to any questions that come up on your PR.