1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-12 10:53:58 +02:00

Add Guide for using Relative Links in CONTRIBUTING.md

This commit is contained in:
Tim Green
2014-04-13 21:09:32 +01:00
parent c31b126f1a
commit 1da81ceadb

View File

@@ -12,6 +12,14 @@
## New Feature
```
- Add new feature in Contents Menu in correct position
- For internal links e.g. Contents use relative links:
```
- [Ignore Whitespace](#ignore-whitespace)
```
Not:
```
- [Ignore Whitespace](https://github.com/tiimgreen/github-cheat-sheet#ignore-whitespace)
```
- Add examples wherever possible
- Use `bash` styling for all git commands:
```bash