8000 Add Guide for using Relative Links in CONTRIBUTING.md · webhat/github-cheat-sheet@1da81ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 1da81ce

Browse files
committed
Add Guide for using Relative Links in CONTRIBUTING.md
1 parent c31b126 commit 1da81ce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
## New Feature
1313
```
1414
- Add new feature in Contents Menu in correct position
15+
- For internal links e.g. Contents use relative links:
16+
```
17+
- [Ignore Whitespace](#ignore-whitespace)
18+
```
19+
Not:
20+
```
21+
- [Ignore Whitespace](https://github.com/tiimgreen/github-cheat-sheet#ignore-whitespace)
22+
```
1523
- Add examples wherever possible
1624
- Use `bash` styling for all git commands:
1725
```bash

0 commit comments

Comments
 (0)
0