Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# CONTRIBUTING
# H

## Contributing with Changesets

We use [Changesets](https://github.com/changesets/changesets/) to manage versioning and changelogs for our packages. This ensures consistent version bumps and automatic changelog generation.
We use [Changesets](https://github.com/changesets/changesets/) to manage versioning and changelogs for our packages. This ensures consistent version bumps and automatic chaasdasdasdasdngelog generation.

When you created changes on a branch please run changesets to trigger a new version or update the changelog:


```bash
pnpm changeset
```
Expand All @@ -14,11 +15,9 @@ This will prompt you to:

1. Select the packages affected by your changes.
2. Choose a bump type:

- `patch` → bug fixes, small improvements
- `minor` → new features, backwards-compatible
- `major` → breaking changes

3. Add a summary describing your changes.

After completion, a markdown file will be created in .changeset/ (e.g., red-fox.md).
Expand Down
Loading