Skip to content

Commit df13426

Browse files
committed
Update contribution guidelines
1 parent edfa7ed commit df13426

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,11 @@ If you're using Visual Studio Code, install the following extensions from the Ex
261261

262262
The settings.json in the .vscode folder specifies running prettier and eslint on save. No additional configuration is needed.
263263

264+
265+
### Tests
266+
267+
Feel free to add any tests to ensure your feature/fix works as expected. Please run `npm run test` to check ensure the code change did not break any existing features. There is also a github workflow to run the tests when merging to main.
268+
264269
## Attribution
265270

266271
This guide is based on the **contributing-gen**. [Make your own](https://github.com/bttger/contributing-gen)!

0 commit comments

Comments
 (0)