Forked from https://github.com/x-datascience-datacamp/datacamp-assignment-numpy, project started by Thomas Moreau and Alexandre Gramfort.
- Use Git and GitHub
- Work with Python files (and not just notebooks!)
- Do a pull request on a GitHub repository
- Format your code properly using standard Python conventions
- Make your code pass tests run automatically on a continuous integration system (GitHub actions)
- Fork the repository by clicking on the
Forkbutton on the upper right corner - Clone the repository of your fork with:
git clone https://github.com/MYLOGIN/github-assignment(replace MYLOGIN with your GitHub login) - Create a branch called
myassignmentusinggit checkout -b myassignment - Make the changes to complete the assignment. You have to modify the files that contain
questionsin their name. Do not modify the files that start withtest_. - Open the pull request on GitHub
- Keep pushing to your branch until the continuous integration (CI) system is green.
- When it is green notify the professors that your done.