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?
16
16
2 . run ` mongo `
17
17
3 . run ` ObjectId() `
18
18
4 . copy string and paste into lesson_settings.json
19
-
19
+
20
20
- Building challenges.json file:
21
21
1 . Open your terminal
22
22
2 . Navigate to project directory
23
23
3 . run ` node generate-challenge-settings.js `
24
24
4 . if no errors are thrown you're good to commit and open a pr
25
-
25
+
26
26
- Opening a PR
27
- 1 . Include a reference to the issue
27
+ 1 . Include a reference to the issue
28
28
2 . If its a new challenge, mention the chapter its being added to
29
29
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