Skip to content

Commit dc162e8

Browse files
committed
Merge pull request dotnet#479 from svick/patch-2
Minor fixes to Contributing
2 parents 5f3a183 + e26e4a7 commit dc162e8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Contributing
33

44
In this document:
55

6-
* [Adding content](#Adding content)
7-
* [Process for contributing](#Process for contributing)
8-
* [Guidance checklist](#Guidance checklist)
9-
* [Building the docs](#Building the docs)
10-
* [Contributing to samples](#Contributing to samples)
6+
* [Adding content](#adding-content)
7+
* [Process for contributing](#process-for-contributing)
8+
* [Guidance checklist](#guidance-checklist)
9+
* [Building the docs](#building-the-docs)
10+
* [Contributing to samples](#contributing-to-samples)
1111

1212
## Adding content ##
1313

@@ -20,15 +20,15 @@ resources, create a subfolder that matches the name of the article. Within this
2020
subfolder, create a ``sample`` folder for code samples and a ``_static`` folder
2121
for images and other static content.
2222

23-
### Example Structure ###
23+
### Example structure ###
2424

25-
docs
26-
/concepts
27-
/getting-started
28-
/porting
29-
/_static
30-
portability_report.png
31-
...
25+
docs
26+
/concepts
27+
/getting-started
28+
/porting
29+
/_static
30+
portability_report.png
31+
...
3232

3333
Author information is kept in the Markdown file itself. Each author should have a link to an online presence for himself/herself.
3434

0 commit comments

Comments
 (0)