Skip to content

Commit

Permalink
ENH more precise instruction for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoral committed Jan 6, 2022
1 parent 2509e24 commit e601e2a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Assignment 2 for the DataCamp course X-DataScience Master
# Assignment 2 for the DataCamp course X-DataScience Master - pandas

## What we want you to learn by doing this assignment:

Expand All @@ -12,9 +12,14 @@

- Fork the repository by clicking on the `Fork` button on the upper right corner
- Clone the repository of your fork with: `git clone https://github.com/MYLOGIN/datacamp-assignment-pandas` (replace MYLOGIN with your GitHub login)
- Create a branch called `myassignment` using `git checkout -b myassignment`
- Create a branch called `MYLOGIN` using `git checkout -b MYLOGIN`
- Make the changes to complete the assignment. You have to modify the files that contain `questions` in their name. Do not modify the files that start with `test_`.
- Open the pull request on GitHub
- 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`.
- Check the code formating for your solution using `flake8`. You may need to install `flake8` using `pip` or `conda`.
- Open the pull request on GitHub:
- Create a commit with `git add -u` and `git commit -m "UP my solution"`
- Push your branch on your fork: `git push -u origin MYLOGIN`
- Go to your repo in your browser and click the `Open a PR` button.
- Keep pushing to your branch until the continuous integration system is green.
- When it is green notify the professors on Slack that your done.

Expand Down

0 comments on commit e601e2a

Please sign in to comment.