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

Commit aa5f874

Browse files
author
z
committed
removed extra section of branching model
1 parent 486e968 commit aa5f874

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,3 @@ Error: listen EADDRINUSE :::3000
162162
error Command failed with exit code 1.
163163
```
164164
If you get this error while running `yarn dev` then probably another app is occupying `localhost:3000`. You may want to close that and run the command again.
165-
166-
##### 3. Why we recommend sending new pull requests to `develop` instead of `master` branch ?
167-
The master branch of coderplex is relatively stable branch which we update for every release. We also have auto deployment in place for master branch i.e any changes in that branch gets reflected in `https://coderplex.org`. Every release we throughly test develop branch and merge into master. Hence it is recommended for both maintainers and contributors to raise a pull request to `develop` branch.

0 commit comments

Comments
 (0)