1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-09 09:26:42 +02:00

Add CONTRIBUTING.md, close #5

This commit is contained in:
Tim Green
2014-04-13 12:26:24 +01:00
parent e00c588ea0
commit 7ca7e30c4b

19
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,19 @@
# 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:
```markdown
## New Feature
```
- Add examples wherever possible
- Use `bash` styling for all git commands:
```bash
$ git commit -m "Message"
```
- Add links to Git docs or GitHub docs wherever possible