@@ -6,7 +6,26 @@ Coderplex web application comprises of two repositories :
6
6
7
7
- [ Coderplex-Backend] ( https://github.com/coderplex/coderplex-backend ) : Backend of the application
8
8
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
+
10
29
11
30
## Code of Conduct
12
31
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
116
135
- Tweet core team members :
117
136
- Vinay Puppal [@VinayPuppal](https://twitter.com/vinaypuppal)
118
137
- Md-ZubairAhmed [@Md_ZubairAhmed](https://twitter.com/Md_ZubairAhmed)
119
- - P Bhanu Teja [@pbteja1998](https://twitter.com/pbteja1998)
120
138
121
139
# # Appendix
122
140
# #### 1. Node Version Manager
123
141
124
- # ##### [nvm](https://github.com/creationix/nvm) for Linux & OSX
142
+ # ##### [nvm](https://github.com/creationix/nvm) for Linux & macOS
125
143
` ` ` bash
126
144
Installation
127
145
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
0 commit comments