Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.43 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.43 KB

How to create a PR with a homework task

  1. 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 )
  2. Clone your forked repo in your local folder.
  3. Create separate branches for each session.Example(session_2, session_3 and so on)
  4. Create folder with you First and Last name in you forked repo in the created session.
  5. Add your task into created folder
  6. 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
  1. 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