File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments