mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-12 19:04:01 +02:00
Add Guide for using Relative Links in CONTRIBUTING.md
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user