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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,16 @@ We really appreciate that you are considering contributing! There are many ways
6
6
7
7
1. Fork the repository
8
8
2. Clone your fork
9
-
3. Verify that you are running Node version 10 ([NVM](https://github.com/nvm-sh/nvm) recommended for managing node versions)
9
+
3. Verify that you are running Node version 10 ([NVM](https://github.com/nvm-sh/nvm) recommended for managing node versions, with it you can run `nvm use` to activate correct node version)
10
10
4. Install dependencies with `npm install`
11
11
5. Start the application with `npm start`
12
12
6. Application will be available at <http://localhost:8000>
13
13
14
14
# Setting up the PR
15
15
16
-
1. Prettify your code with `npm run format`
17
-
2. Create a new branch for your changes
18
-
3. Create the PR from that branch to the source branch
19
-
4. If your pull request is for a specific part of the course material, please add a corresponding label to your pull request (eg. "Part 3")
16
+
1. Create a new branch for your changes
17
+
2. Create the PR from that branch to the source branch
18
+
3. If your pull request is for a specific part of the course material, please add the part number to the beginning of the title (eg. "**Part 3a:** Fix broken link")
0 commit comments