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.
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Coderplex web application comprises of two repositories :
28
28
29
29
30
30
## Code of Conduct
31
-
Coderplex has adopted [Contributor Covenant](https://github.com/coderplex/coderplex/blob/docs-update/CODE_OF_CONDUCT.md) that we expect project participants to adhere to.
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.
32
32
33
33
## Open Development
34
34
All work related to the application takes place on Github itself. We use [Issues](https://github.com/coderplex/coderplex/issues) to track bugs, discuss ideas and to engage open source contributors. [Projects](https://github.com/coderplex/coderplex/projects) are used to keep track of everything and is our project management tool. We maintain [Wiki](https://github.com/coderplex/coderplex/wiki) for structuring our long term thoughts. Both core team members and contributors sends a pull request which goes through the same review process. Whole process is as transparent as it can be and we strive to keep it that way.
@@ -83,42 +83,42 @@ We welcome pull requests from beginners and seasoned javaScript developers alike
83
83
84
84
#### Running Locally
85
85
86
-
1. Clone repository
86
+
1. Fork the [repository](https://github.com/coderplex/coderplex).
App now opens at `localhost:3000` in your default browser.
103
104
> You may get this [error]() if any other app is already running the above port.
104
105
105
106
#### Before submitting:
106
-
1. Fork the [repository](https://github.com/coderplex/coderplex).
107
-
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`
108
-
3. If you’ve fixed a bug or added code that should be tested, add tests!
109
-
4. Ensure that all test pass
107
+
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`
108
+
1. If you’ve fixed a bug or added code that should be tested, add tests!
109
+
1. Ensure that all test pass
110
110
```bash
111
111
$ yarn test
112
112
```
113
-
5. Run code formatters
113
+
1. Run code formatters
114
114
```bash
115
115
$ yarn lint
116
116
```
117
-
6. Add and commit your code. Please give meaning full commit messages.
118
-
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.
119
-
8. Push the code to your fork.
120
-
9. Raise the pull request from your created branch to `develop` branch of coderplex. [why develop instead of master branch?]()
121
-
10. Take some time to give a brief description of the work you have done.
117
+
1. Add and commit your code. Please give meaning full commit messages.
118
+
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.
119
+
1. Push the code to your fork.
120
+
1. Raise the pull request from your created branch to `develop` branch of coderplex. [why develop instead of master branch?]()
121
+
1. Take some time to give a brief description of the work you have done.
0 commit comments