You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2021. It is now read-only.
App now opens at `localhost:3000` in your default browser.
84
85
> You may get this [error]() if any other app is already running the above port.
85
86
86
87
#### Before submitting:
87
-
1. Fork the [repository](https://github.com/coderplex/coderplex).
88
-
2. From your fork, create a [branch](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/) and name it. eg. `typo-in-readme`
89
-
3. If you’ve fixed a bug or added code that should be tested, add tests!
90
-
4. Ensure that all test pass
88
+
1. From your fork, create a [branch](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/) and name it. eg. `typo-in-readme`
89
+
1. If you’ve fixed a bug or added code that should be tested, add tests!
90
+
1. Ensure that all test pass
91
91
```bash
92
92
$ yarn test
93
93
```
94
-
5. Run code formatters
94
+
1. Run code formatters
95
95
```bash
96
96
$ yarn lint
97
97
```
98
-
6. Add and commit your code. Please give meaning full commit messages.
99
-
7. Pull latest code from [upstream repository's ](https://help.github.com/articles/merging-an-upstream-repository-into-your-fork/)`develop`, ifincase anything new were merged while you were working on your fork.
100
-
8. Push the code to your fork.
101
-
9. Raise the pull request from your created branch to `develop` branch of coderplex. [why develop instead of master branch?]()
102
-
10. Take some time to give a brief description of the work you have done.
98
+
1. Add and commit your code. Please give meaning full commit messages.
99
+
1. Pull latest code from [upstream repository's ](https://help.github.com/articles/merging-an-upstream-repository-into-your-fork/)`develop`, ifincase anything new were merged while you were working on your fork.
100
+
1. Push the code to your fork.
101
+
1. Raise the pull request from your created branch to `develop` branch of coderplex. [why develop instead of master branch?]()
102
+
1. Take some time to give a brief description of the work you have done.
0 commit comments