Repo pour la formation git de l'équipe Robomaster - Contrôle et Systèmes.
- Clone the
formation-git
repository to your machine. - Find the task with you name in the
TODO
bucket. Drag it to theIn Progress
bucket. - Set yourself as the assignee for the task.
- Create a branch for the issue. Name it
/feature_YOURNAME_dev
- Add your name to the end of the
membres.txt
file. Add a file calledYOURNAME.txt
and in it put a link to an image of your choice. - Commit and push your changes to your branch.
- Merge main into your branch.
- Open a pull request.
- Once your pull request has been approved, merge it into main (and delete the branch).
- Set the issue in the project as completed and move it to the
Done
bucket.