Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 552 Bytes

CONTRIBUTIONS.md

File metadata and controls

20 lines (14 loc) · 552 Bytes

Contribution Guide

Submitting a PR

  1. Do all the changes you want on a user-branch
  2. Run as many tests until you're happy
  3. Run fmt:fix
  4. Commit changes and push to GitHub
  5. Raise PR with additional details if required

Release

  1. Run the changeset cli and follow the wizard
  2. Add to the newly created ./changeset/<GENERATED_NAME>.md file with the headlines of what's in this version
  3. Commit changes and push to GitHub
  4. Raise PR and merge
  5. Review the autogenerated PR raised by the CI bot and merge if happy

⭐ Done!