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

Latest commit

 

History

History
18 lines (12 loc) · 827 Bytes

Contributing.md

File metadata and controls

18 lines (12 loc) · 827 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?