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.jsby 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.jsonto reflect the semver protocol adopted bywstrade-api? - Have you updated the
index.d.tsfile to reflect any API changes you made? - Have you updated the
CHANGELOG.mdfile with the new version you are introducing?