Skip to content

Commit 67e86d7

Browse files
committed
Update contributing guidelines
1 parent f3f368a commit 67e86d7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@ We really appreciate that you are considering contributing! There are many ways
66

77
1. Fork the repository
88
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)
1010
4. Install dependencies with `npm install`
1111
5. Start the application with `npm start`
1212
6. Application will be available at <http://localhost:8000>
1313

1414
# Setting up the PR
1515

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")
2019

2120
# Contributing with translations
2221

0 commit comments

Comments
 (0)