Skip to content

Commit

Permalink
docs(contributing.md): 📝 contributing doc updated with mention about …
Browse files Browse the repository at this point in the history
…changesets
  • Loading branch information
AkashRajpurohit committed Mar 29, 2024
1 parent 81417c2 commit a4bc0e1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ If you feel that the project is missing a feature, you can raise a [feature requ

Please make sure to follow the [conventional commit messages](https://www.conventionalcommits.org/en/v1.0.0/) format while making changes. This helps in generating changelogs and versioning the package.

### Changesets

This project uses [changesets](https://github.com/changesets/changesets) to manage versioning and changelogs. If you're making changes to the project, make sure to create a changeset for the changes you've made.

You can create a changeset by running the following command:

```bash
pnpm changeset
```

Choose the type of change you've made and provide a summary of the changes. This will create a new changeset file in the `.changeset` folder.

---

That's it, go ahead and fork this repo and start contributing 🍻

0 comments on commit a4bc0e1

Please sign in to comment.