Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 643 Bytes

CONTRIBUTING.md

File metadata and controls

45 lines (30 loc) · 643 Bytes

Contributing Guide

You are welcome to contribute to this project.

  1. Raise an issue to discuss your idea.
  2. Fork this repo.
  3. Make your changes.
  4. Open a pull request.
  5. Write a changeset, if necessary.

Getting Started

pnpm i

Testing

pnpm test # for unit tests

Linting

pnpm lint

Building

pnpm build

About Changesets

This project uses Changesets to manage versioning.

Creating a Changeset

pnpm changeset

After running the command, you will be prompted to select the type of change you are making.