Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 373 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 373 Bytes

Contributing

  1. Fork it!
  2. Checkout the development branch: git checkout development
  3. Create your feature branch: git checkout -b my-new-feature
  4. Add your changes to the index: git add .
  5. Commit your changes: git commit -m 'Add some feature'
  6. Push to the branch: git push origin my-new-feature
  7. Submit a pull request against the development branch