Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 372 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 372 Bytes

If you would like to contribute, please follow these simple steps, Thanks!

  1. Fork it
  2. Create your new branch, please add bug if its a bug fix or feature for a feature: git checkout -b feature-name-what-you-like
  3. Commit your changes: git commit -am 'Add some stuff'
  4. Push to the branch: git push origin feature-name-what-you-like
  5. Submit a pull request