Skip to content

Commit c4c3b51

Browse files
committed
[Issue wevote#479] Update contributing documentation index.md
The index.md for our Contributing docs was empty. This commit adds a table of contents to help users navigate. Closes issue wevote#479.
1 parent cba6a05 commit c4c3b51

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/contributing/index.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@
33
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
44
## Contents
55

6-
- [](#)
7-
86
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
97

8+
Start here:
109

10+
1. [Our Culture and Philosophy](CONTRIBUTING_PHILOSOPHY.md)
11+
1. [Coding Standards](CONTRIBUTING_STANDARDS.md)
12+
1. `[Optional]` [What the Heck is a Pull Request?](PULL_REQUEST_BACKGROUND.md)
13+
1. [Before Your First Pull Request](PULL_REQUEST_SETUP.md)
14+
1. [Creating a Pull Request](CREATING_PULL_REQUEST.md)
15+
1. [Pull Request Tips & Tricks](PULL_REQUEST_ADVANCED.md)
16+
1. [Troubleshooting Pull Request Problems](PULL_REQUEST_TROUBLESHOOTING.md)
17+
1. [Approving Pull Requests](APPROVING_PULL_REQUESTS.md)
1118

1219

1320

0 commit comments

Comments
 (0)