You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
- Check locally that your solution meet the test by running `pytest` from the root of the repo. You may need to install `pytest` using `pip` or `conda`.
18
18
- Check the code formating for your solution using `flake8`. You may need to install `flake8` using `pip` or `conda`.
19
19
- Open the pull request on GitHub:
20
-
- Create a commit with `git add -u` and `git commit -m "UP my solution"
20
+
- Create a commit with `git add -u` and `git commit -m "UP my solution"`
21
21
- Push your branch on your fork: `git push -u origin my_user_name`
22
22
- Go to your repo in your browser and click the `Open a PR` button.
23
23
- Keep pushing to your branch until the continuous integration system is green.
0 commit comments