Thank you for investing your time in contributing to our project!
Read our Code of Conduct to keep our community approachable and respectable.
To get an overview of the project, read the README. Here are some resources to help you get started with open source contributions:
- Finding ways to contribute to open source on GitHub
- Set up Git
- GitHub flow
- Collaborating with pull requests
- Fork and clone the repository
- Create a separate branch for your changes
- Make your changes, and ensure that it is formatted by Prettier and lint-checks without errors in ESLint
- Create a changeset by running
yarn changeset
. More info. - You can run tests locally to validate changes with
yarn run test
. More info. - Push your branch and open a PR 🚀