Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 49896fc

Browse files
majidmazinZubair Ahmed
authored and
Zubair Ahmed
committed
add index (#112)
1 parent f8b9364 commit 49896fc

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

Diff for: .github/CONTRIBUTING.md

+21-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,26 @@ Coderplex web application comprises of two repositories :
66

77
- [Coderplex-Backend](https://github.com/coderplex/coderplex-backend) : Backend of the application
88

9-
Both of them are under very active development. This document provides non exhaustive guidelines for contributing to this repository.
9+
## Index
10+
1. [Code of Conduct](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#code-of-conduct)
11+
2. [Open Development](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#open-development)
12+
3. [Branching Model](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#branching-model)
13+
4. [Development Workflow](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#development-workflow)
14+
1. [Work on Issues](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#work-on-issues)
15+
2. [Proposing a Change](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#proposing-a-change)
16+
3. [Prerequisites](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#prerequisites)
17+
4. [Sending a Pull Request](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#sending-a-pull-request)
18+
1. [Running Locally](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#running-locally)
19+
2. [Before submitting](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#before-submitting)
20+
3. [After submitting](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#after-submitting)
21+
1. [Received a review request](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#received-a-review-request)
22+
5. [How to get in touch](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#how-to-get-in-touch)
23+
5. [Appendix](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#appendix)
24+
1. [Node Version Manager](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#1-node-version-manager)
25+
1. [Linux & macOS](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#nvm-for-linux--osx)
26+
2. [Windows](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#nvm-windows-for-windows)
27+
2. [Local host occupied](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md#2-local-host-occupied)
28+
1029

1130
## Code of Conduct
1231
Coderplex has adopted [Contributor Covenant](https://github.com/coderplex/coderplex/blob/develop/.github/CODE_OF_CONDUCT.md) that we expect project participants to adhere to.
@@ -116,12 +135,11 @@ We welcome pull requests from beginners and seasoned javaScript developers alike
116135
- Tweet core team members :
117136
- Vinay Puppal [@VinayPuppal](https://twitter.com/vinaypuppal)
118137
- Md-ZubairAhmed [@Md_ZubairAhmed](https://twitter.com/Md_ZubairAhmed)
119-
- P Bhanu Teja [@pbteja1998](https://twitter.com/pbteja1998)
120138

121139
## Appendix
122140
##### 1. Node Version Manager
123141

124-
###### [nvm](https://github.com/creationix/nvm) for Linux & OSX
142+
###### [nvm](https://github.com/creationix/nvm) for Linux & macOS
125143
```bash
126144
Installation
127145
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash

0 commit comments

Comments
 (0)