Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 788 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 788 Bytes

Contributing to Eisen

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

How to contribute:

Pull request method:

  1. Fork it
    ( http://github.com/eisen-dev/eisen_docs )
    ( http://github.com/eisen-dev/eisen_front )
    ( http://github.com/eisen-dev/eisen_engine )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request