Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 882 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 882 Bytes

Contributing

This library aims to provide a TypeScript wrapper for the Alpha Vantage API.

You are welcome to submit your contribution to this project. Here's everything you need to know before sending any pull requests:

  • All pull requests must be sent to the branch develop
  • Make sure to write unit tests for any change you make to keep the code coverage
  • This library uses Husky to check if there is any issue with styling, tests, or build before every commit
  • Also, it follows semantic versioning and conventional commits.
  • It uses the hook prepare-commit-msg to trigger commitizen before the commits. Therefore, to commit a change, just run git commit and follow the instructions.