mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-09 17:36:37 +02:00
Add 'Contributing Guidelines' section :feelsgood:
This commit is contained in:
@@ -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
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||

|
||||
|
||||
[*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:
|
||||
|
Reference in New Issue
Block a user