Skip to content

Commit 56207a8

Browse files
committed
docs(contributing): add table of contents
1 parent 5f66386 commit 56207a8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ To get started there are some things that need to be set up.
66

77
---
88

9+
#### Table of contents
10+
11+
- [Setting Up Dev Environment](#setting-up-dev-environment)
12+
- [Fork the repo and start building](#fork-the-repo-and-start-building)
13+
- [Issue Tracker](#issue-tracker)
14+
- [Pull Requests / Merge Requests](#pull-requests--merge-requests)
15+
- [Code Style and Code Quality](#code-style-and-code-quality)
16+
- [Adding An Example](#adding-an-example)
17+
- [Run examples](#run-examples)
18+
- [Develop examples](#develop-examples)
19+
- [Publish library on npm](#publish-library-on-npm)
20+
21+
---
22+
923
## Setting Up Dev Environment
1024

1125
We will work on the `develop` branch.

0 commit comments

Comments
 (0)