Skip to content

Commit 404a69e

Browse files
Merge pull request freeCodeCamp#22 from Ethan-Arrowood/master
Update README.md
2 parents 5594be2 + 7d31eab commit 404a69e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,20 @@ Adding a new challenge or fixing an existing one?
1616
2. run `mongo`
1717
3. run `ObjectId()`
1818
4. copy string and paste into lesson_settings.json
19-
19+
2020
- Building challenges.json file:
2121
1. Open your terminal
2222
2. Navigate to project directory
2323
3. run `node generate-challenge-settings.js`
2424
4. if no errors are thrown you're good to commit and open a pr
25-
25+
2626
- Opening a PR
27-
1. Include a reference to the issue
27+
1. Include a reference to the issue
2828
2. If its a new challenge, mention the chapter its being added to
2929
3. continue being awesome and helping us create this curriculum!
30-
31-
30+
31+
32+
Maintaining your Fork:
33+
1. `git remote add upstream https://github.com/freeCodeCamp/python-coding-challenges.git`
34+
2. `git checkout master`
35+
3. `git pull upstream`

0 commit comments

Comments
 (0)