Contributing
- Branch from
alpha
- Create a new branch for your changes (e.g.
feat/my-feature
) - Make your changes on your branch, push them to your branch
- As you make commits/changes or once you're ready to release, create a changeset describing your changes via
npx changeset
. - Follow the prompts to select the packages that are affected by your changes.
- Add and commit the changeset to your branch
- Request review from a maintainer, and once approved, merge your changes into the
alpha
branch - A release PR will be automatically created with all pending changesets to the
alpha
branch - The maintainer will review the PR and merge it into
alpha
, which will trigger the automated release process using all pending changesets
How is this guide?