Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 455 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (11 loc) · 455 Bytes

The project is under active development and we are always looking for assistance. See the Roadmap wiki page for more information.

  1. Fork emacs-eclim
  2. Create a topic branch - git checkout -b my_branch
  3. Make your changes and update the History.txt file
  4. Push to your branch - git push origin my_branch
  5. Rebase and squash commits
  6. Send me a pull-request for your topic branch
  7. That's it!