From b9a18b76116fd83c39ca2777763b1b62fa3951c5 Mon Sep 17 00:00:00 2001 From: Rafal Chmiel Date: Mon, 14 Apr 2014 16:04:36 +0100 Subject: [PATCH] Add 'Contributing Guidelines' section :feelsgood: --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c167dca..15076d5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ All the hidden and not hidden features of Git and GitHub. This cheat sheet was i - [Closing Issues with Commits](#closing-issues-with-commits) - [Checking out Pull Requests](#checking-out-pull-requests) - [Cross-Link Issues](#cross-link-issues) +- [Contributing Guidelines](#contributing-guidelines) - [Syntax Highlighting in Markdown Files](#syntax-highlighting-in-markdown-files) - [Commit History by Author](#commit-history-by-author) - [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 ![Cross-Link Issues](https://camo.githubusercontent.com/447e39ab8d96b553cadc8d31799100190df230a8/68747470733a2f2f6769746875622d696d616765732e73332e616d617a6f6e6177732e636f6d2f626c6f672f323031312f736563726574732f7265666572656e6365732e706e67) +## Contributing Guidelines +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. + +![Contributing Guidelines](https://camo.githubusercontent.com/71995d6b0e620a9ef1ded00a04498241c69dd1bf/68747470733a2f2f6769746875622d696d616765732e73332e616d617a6f6e6177732e636f6d2f736b697463682f6973737565732d32303132303931332d3136323533392e6a7067) + +[*Read more about contributing guidelines.*](https://github.com/blog/1184-contributing-guidelines) + ## Syntax Highlighting in Markdown Files For example, to syntax highlight Ruby code in your Markdown files write: