Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 764 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 764 Bytes

How to Contribute

  1. Find an Issue that tickles your fancy, or create one.
  2. git clone git@github.com:mojotech/jeet.git
  3. git checkout -b YourInitials/feature-branch-name (e.g. cs/LESS-port)
  4. Separate edits into clean, small, non-breaking, commits.
  5. Look at the visual tests to make sure you didn't break anything.
  6. Create your own tests if necessary.
  7. git push
  8. Open a Pull Request
  9. Be prepared to update your PR then git push -f your branch to update the PR on Github.
  10. Bask in the warm glow of being an amazing person.

New to Git? Read this great/free book.