Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 266 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 266 Bytes

Contributing

Please do this.

  • Fork it
  • Branch it (git checkout -b my-new-feature)
  • Commit it (git commit -am 'Add some feature')
  • Push it (git push origin my-new-feature)
  • Pull request it

(technologic)