Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.47 KB

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 1.47 KB

Contribution guide

Developing Ethereum NFT Sales Bot

Please consider these guidelines when filing a pull request:

Creating releases

we uses semantic-release to release new versions automatically.

  • Commits of type fix will trigger bugfix releases, think 0.0.1
  • Commits of type feat will trigger feature releases, think 0.1.0
  • Commits with BREAKING CHANGE in body or footer will trigger breaking releases, think 1.0.0

All other commit types will trigger no new release.

Creating pull requests

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Please make sure to update tests as appropriate. Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (use npm run commit if you are not familiar with conventional commits)
  1. Push to the Branch (git push origin feature/AmazingFeature)
  2. Open a Pull Request