Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.47 KB

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 1.47 KB

Contributing

Thank you for investing your time in contributing to our project!

Read our Code of Conduct to keep our community approachable and respectable.

New contributor guide

To get an overview of the project, read the README. Here are some resources to help you get started with open source contributions:

Getting started

  1. Fork and clone the repository
  2. Create a separate branch for your changes
  3. Make your changes, and ensure that it is formatted by Prettier and lint-checks without errors in ESLint
  4. Create a changeset by running yarn changeset. More info.
  5. Push your branch and open a PR 🚀