Skip to content

Commit 0a40223

Browse files
committed
CONTRIBUTING fixes
1 parent 036150c commit 0a40223

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Following that we'll tell you about how you can test your changes locally and th
4545

4646
# If you missed the --recurse-submodules arg during clone or need to install the
4747
# submodule manually, then execute the following line:
48+
#
4849
# git submodule udate --init --recursive
4950

5051
# ... Alternatively, if you would prefer a more manual method
@@ -57,7 +58,10 @@ Following that we'll tell you about how you can test your changes locally and th
5758
# Create a new branch based on the currently active branch
5859
git checkout -b my_new_branch
5960

60-
git submodule udate --init --recursive # If you missed the --recurse-submodules arg
61+
# If you missed the --recurse-submodules arg during clone or need to install the
62+
# submodule manually, then execute the following line:
63+
#
64+
# git submodule udate --init --recursive
6165
```
6266

6367
The reason to create a new branch is two fold:
@@ -343,7 +347,7 @@ Lastly, if the feature really is a game changer or you're very proud of it, cons
343347
cd auto-sklearn
344348
git checkout -b my_new_branch development
345349
346-
# Initaize autosklearn/automl_common submodule
350+
# Initialize autosklearn/automl_common submodule
347351
git submodule update --init --recursive
348352
349353
# Create a virtual environment and activate it so there are no package

0 commit comments

Comments
 (0)