Skip to content

Latest commit

 

History

History
executable file
·
8 lines (7 loc) · 316 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
8 lines (7 loc) · 316 Bytes
  • Create an issue and describe your idea
  • Fork it!
  • Create your feature branch: git checkout -b feat-some-idea
  • Add files to the staging area : git add .
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin feat-some-idea
  • Submit a pull request to master branch