- Fork it (http://github.com/tiimgreen/github-cheat-sheet/fork)
- Commit your changes
- Push changes
- Create new Pull Request
- Use h2 for header:
## New Feature
- Add new feature in Contents Menu in correct position
- For internal links e.g. Contents use relative links:
- [Ignore Whitespace](#ignore-whitespace)
Not:
- [Ignore Whitespace](https://github.com/tiimgreen/github-cheat-sheet#ignore-whitespace)
- Add examples wherever possible
- Use
bashstyling for all git commands:
$ git commit -m "Message"```bash
$ git commit -m "Message"
```
- Add links to Git docs or GitHub docs wherever possible