Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 430 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (17 loc) · 430 Bytes

Contributing

  1. Fork it (http://github.com/tiimgreen/github-cheat-sheet/fork)
  2. Commit your changes
  3. Push changes
  4. Create new Pull Request

Styling

  • Use h2 for header:
## New Feature
  • Add new feature in Contents Menu in correct position
  • Add examples wherever possible
  • Use bash styling for all git commands:
$ git commit -m "Message"
  • Add links to Git docs or GitHub docs wherever possible