CONTRIBUTING
Thanks for contributing to blade-web3.js!
As a contributor, here are the guidelines we would like you to follow:
Ensure
npm buildruns without errors before submitting a Pull RequestFeatures and bug fixes should be covered by new test cases
Commits follow the Angular commit convention
Creating releases
We use semantic-release to release new versions from the master branch:
Commits of type
fixwill trigger bugfix releases, think0.0.1Commits of type
featwill trigger feature releases, think0.1.0Commits with
BREAKING CHANGEin body or footer will trigger breaking releases, think1.0.0
All other commit types will not result in a new release.
Reference
Static Analysis
tslint and TypeScript are used.
API Documentation
TypeDoc is used to document the public API. See https://typedoc.org/ for details.
Last updated