Skip to content

Commit 7ca7e30

Browse files
committed
Add CONTRIBUTING.md, close tiimgreen#5
1 parent e00c588 commit 7ca7e30

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Contributing
2+
3+
1. Fork it (http://github.com/tiimgreen/github-cheat-sheet/fork)
4+
2. Commit your changes
5+
3. Push changes
6+
4. Create new Pull Request
7+
8+
## Styling
9+
10+
- Use h2 for header:
11+
```markdown
12+
## New Feature
13+
```
14+
- Add examples wherever possible
15+
- Use `bash` styling for all git commands:
16+
```bash
17+
$ git commit -m "Message"
18+
```
19+
- Add links to Git docs or GitHub docs wherever possible

0 commit comments

Comments
 (0)