Thank you for your interest in contributing to wstrade-api
! 🥳🥳
To get ramped up, please make sure to go through this checklist:
- Read through the documentation
- Read through the code
- Understand the state of the project by taking a look at issues
Once your changes are ready for review, please make sure you run through this checklist beforehand:
- Have you verified your changes with existing testcases by running
npm test
? - Did you update the output
dist.js
by runningnpm run bundle
? - Does the lint test passes? verify by running
npm run lint
- Did you update the npm version in
package.json
/package-lock.json
to reflect the semver protocol adopted bywstrade-api
?