mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-10 18:04:10 +02:00
Add CONTRIBUTING.md, close #5
This commit is contained in:
19
CONTRIBUTING.md
Normal file
19
CONTRIBUTING.md
Normal 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
|
Reference in New Issue
Block a user