- Create fork from the following repo: https://github.com/E-P-T/Homework. (Docs: https://docs.github.com/en/get-started/quickstart/fork-a-repo )
- Clone your forked repo in your local folder.
- Create separate branches for each session.Example(
session_2
,session_3
and so on) - Create folder with you First and Last name in you forked repo in the created session.
- Add your task into created folder
- Push finished session task in the appropriate branch in accordance with written above. You should get the structure that looks something like that
Branch: Session_2
DzmitryKolb
|___Task1.py
|___Task2.py
Branch: Session_3
DzmitryKolb
|___Task1.py
|___Task2.py
- When you finish your work on task you should create Pull request to the appropriate branch of the main repo https://github.com/E-P-T/Homework (Docs: https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork).
Please use the following instructions to prepare good description of the pull request:
- Pull request header should be:
Session <Number of the session> - <FirstName> <LastName>
. Example:Session 2 - Dzmitry Kolb
- Pull request body: You should write here what tasks were implemented.
Example:
Finished: Task 1.2, Task 1.3, Task 1.6
- Pull request header should be: