Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 645 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (11 loc) · 645 Bytes

CONTRIBUTING

Repository setup and structure

  • Refers to #57

Implementation Guide

  • Refers to [/implementation_guide.md]

Package Versioning

This project uses changesets for package versioning and publishing. When making changes:

  1. Run pnpm changeset to create a new changeset
  2. Follow the prompts to describe your changes
  3. Commit the generated changeset file

For more details on using changesets, refer to the official documentation.