Skip to content

Commit

Permalink
Update contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
ukupat committed Jan 2, 2024
1 parent f80fb88 commit bee99c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Write your changes to `index.js` and not `dist/index.js`
- Make sure your changes are [prettified](https://prettier.io/)
- Make your changes in `src/*` and not in `dist/index.js`
- Make sure your changes are [prettified](https://prettier.io/) (you can use `yarn prettier`)
- Run `yarn build` with Node v20 before committing your changes
- Feel free to write some unit tests

0 comments on commit bee99c4

Please sign in to comment.