In this repository, you will find various resources, tutorials, FAQs, known issues and so forth on AI practice at school 42.
You are a 42 student and you want to contribute?
- Fork the repository.
- Clone the forked repository to your machine and change it to your working directory.
- Create a branch.
git checkout -b <yourbranchname>
Example:
git checkout -b add-tutorial
- Commit and push your changes.
git push origin <yourbranchname>
Example:
git push origin add-tutorial
- Open a pull request by clicking on the
Compare & pull request
button you'll see on the remote repository. - Your changes will be merged into the master branch as soon as possible.