Skip to content

Homework for EPAM Python Training 2021.09

Notifications You must be signed in to change notification settings

mzhydovich/Homework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Homework

Homework for EPAM Python Training 2021.09

How to push tasks into github repo

  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 the 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 - .

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

About

Homework for EPAM Python Training 2021.09

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%