Skip to content

Commit

Permalink
style: fix lint error
Browse files Browse the repository at this point in the history
shairez committed Jul 31, 2024
1 parent 62dd297 commit 83d9185
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -327,20 +327,18 @@ This will show an interactive UI to update all dependencies. Be careful about pe

### Adding a changeset:

Whenever you make a change that requires documentation or a new release, you should add a changeset. This will help us to keep track of changes and generate meaningful release notes and changelog files.
Whenever you make a change that requires documentation or a new release, you should add a changeset. This will help us to keep track of changes and generate meaningful release notes and changelog files.

You create a new changeset file by running:

```shell
pnpm change
```

For your convenience, we prepared a video tutorial that covers the process of adding a changeset:
For your convenience, we prepared a video tutorial that covers the process of adding a changeset:

[📽 TUTORIAL: Adding a changeset](https://go.screenpal.com/watch/cZivIcVPJQV)



### Pre-submit hooks

The project has pre-submit hooks, which ensure that your code is correctly formatted. You can run them manually like so:

0 comments on commit 83d9185

Please sign in to comment.