Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 1.58 KB

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 1.58 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. You can run tests locally to validate changes with yarn run test. More info.
  6. Push your branch and open a PR 🚀