We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31b126 commit 1da81ceCopy full SHA for 1da81ce
CONTRIBUTING.md
@@ -12,6 +12,14 @@
12
## New Feature
13
```
14
- 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
23
- Add examples wherever possible
24
- Use `bash` styling for all git commands:
25
```bash
0 commit comments