Skip to content

Commit

Permalink
docs: add contribution guide
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkChampagne17 committed May 26, 2024
1 parent 70c7fd9 commit 44c9ecc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Contribution guide

## Commit

### Adding changesets

Describe your changes to add in the changelog.

```
pnpm exec changeset
```

## Release

### Versioning and publishing

```
pnpm exec changeset version
```

then

```
pnpm exec changeset publish
```

0 comments on commit 44c9ecc

Please sign in to comment.