Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 997 Bytes

Contributing.md

File metadata and controls

20 lines (14 loc) · 997 Bytes

Contributing

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

Checklist before opening a PR

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 running npm 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 by wstrade-api?
  • Have you updated the index.d.ts file to reflect any API changes you made?
  • Have you updated the CHANGELOG.md file with the new version you are introducing?