update contributing guidelines

This commit is contained in:
Antoine Kingue 2024-05-16 12:08:49 +02:00
parent aaa087813d
commit 29925b13ab

View File

@ -34,4 +34,10 @@ After making your changes, you can build the project with the following command:
```bash
npm run build
```
```
# Pull Request
1. Make sure your code is formatted with `prettier`
2. Make sure your code passes the tests
3. Make sure you added the changes with `npm run changeset`