8000 Add 'Contributing Guidelines' section :feelsgood: · s30java/github-cheat-sheet@b9a18b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9a18b7

Browse files
author
Rafal Chmiel
committed
Add 'Contributing Guidelines' section :feelsgood:
1 parent 8badd0b commit b9a18b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All the hidden and not hidden features of Git and GitHub. This cheat sheet was i
1515
- [Closing Issues with Commits](#closing-issues-with-commits)
1616
- [Checking out Pull Requests](#checking-out-pull-requests)
1717
- [Cross-Link Issues](#cross-link-issues)
18+
- [Contributing Guidelines](#contributing-guidelines)
1819
- [Syntax Highlighting in Markdown Files](#syntax-highlighting-in-markdown-files)
1920
- [Commit History by Author](#commit-history-by-author)
2021
- [Empty Commits](#empty-commits)
@@ -217,6 +218,13 @@ To link to an issue in another repo, `user_name/repo_name#ISSUE_NUMBER` e.g. `ti
217218

218219
![Cross-Link Issues](https://camo.githubusercontent.com/447e39ab8d96b553cadc8d31799100190df230a8/68747470733a2f2f6769746875622d696d616765732e73332e616d617a6f6e6177732e636f6d2f626c6f672f323031312f736563726574732f7265666572656e6365732e706e67)
219220

221+
## Contributing Guidelines
222+
Adding a `CONTRIBUTING` file to the root of your repository will add a link to your file when a contributor creates an Issue or opens a Pull Request.
223+
224+
![Contributing Guidelines](https://camo.githubusercontent.com/71995d6b0e620a9ef1ded00a04498241c69dd1bf/68747470733a2f2f6769746875622d696d616765732e73332e616d617a6f6e6177732e636f6d2f736b697463682f6973737565732d32303132303931332d3136323533392e6a7067)
225+
226+
[*Read more about contributing guidelines.*](https://github.com/blog/1184-contributing-guidelines)
227+
220228
## Syntax Highlighting in Markdown Files
221229

222230
For example, to syntax highlight Ruby code in your Markdown files write:

0 commit comments

Comments
 (0)
0