Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 295 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 295 Bytes

Contributing guide

Follow these guidelines for simplicity and easiness

  • Fork the repository and after doing the changes create pull requests.
  • Commit format should be
git commit -m "[Feature name] - [Added/Updated/Removed]" -m "Detailed description of what you did in the PR"