Skip to content

Commit

Permalink
docs(contributing): add table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
BiniCodes committed Nov 14, 2022
1 parent 5f66386 commit 56207a8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ To get started there are some things that need to be set up.

---

#### Table of contents

- [Setting Up Dev Environment](#setting-up-dev-environment)
- [Fork the repo and start building](#fork-the-repo-and-start-building)
- [Issue Tracker](#issue-tracker)
- [Pull Requests / Merge Requests](#pull-requests--merge-requests)
- [Code Style and Code Quality](#code-style-and-code-quality)
- [Adding An Example](#adding-an-example)
- [Run examples](#run-examples)
- [Develop examples](#develop-examples)
- [Publish library on npm](#publish-library-on-npm)

---

## Setting Up Dev Environment

We will work on the `develop` branch.
Expand Down

0 comments on commit 56207a8

Please sign in to comment.