Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 882 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (15 loc) · 882 Bytes

Contributing to CryptoPrice

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Reporting an issue

If you encountered an issue or a bug, don't hesitate to write a detailed issue in the repo. the guidelines are here

Submitting changes

If you fixed an issue or implemented a new feature, please send a pull request with a clear list of what you've done and make sure all of your commits are atomic (one feature per commit). Always write a clear log message for your commits.

PLease follow this steps:

  • Fork this repo
  • create a feature_branch from develop
  • make your changes and commits continuously to your feature_branch
  • submit a PR from your feature_branch to the develop branch of this repo

Thanks! ❤️ ❤️ ❤️

EtWnn