Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 690 Bytes

CONTRIBUTION.md

File metadata and controls

16 lines (11 loc) · 690 Bytes

How to Contribute

Pull Requests

  1. Fork the Metaplex JS repository
  2. Create a new branch for each feature, fix or improvement
  3. Send a pull request from each feature branch to the main branch

Style Guide

All pull requests SHOULD adhere to the Conventional Commits specification. Semantic-release uses that specification to determine the type of release.

  • fix: use proper key on WhitelistedCreator will bump the version to 1.0.1
  • feat: implement ArweaveStorage provider will bump the version to 1.1.0
  • BREAKING CHANGE: rewrite Metaplex.init will bump the version to 2.0.0
  • feat!: rewrite Metaplex.init will bump the version to 2.0.0