Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1020 Bytes

Rules.md

File metadata and controls

18 lines (16 loc) · 1020 Bytes

Rules for using this repo

1. ONLY TEACHER CAN MERGE PULL REQUEST

2. ONLY TEACHER CAN DO CHANGES IN MAIN BRANCH

3. DO NOT ANY CHANGES IN YOUR CLASSMATES FOLDERS

3. KEEP ROOT DIRECTORY WITHOUT YOUR FILES

4. CREATE NEW BRANCH AND NEW FOLDER FOR EVERY NEW HOMEWORK

  1. Use git commands in terminal or in Git shell app (for Win users)
  2. Clone this repo in your local repository
  3. Create your own branch using tamplate for naming name-surname-hw(number) For example, branch for Homework 1 by student with name Steven Rogers shoud be: steven-rodgers-hw1
  4. In your branch create a folder with the same name name-surname-hw(number) and put in it your source code files
  5. Push your changes in remoted repo
  6. Create a Pull Request (PR) from your branch to main branch (you can do it on github site)
  7. Theacher will check your PR and will add comments
  8. You need to do changes considering teacher's comments
  9. You need push changes into your branch (your PR will be updated automatically)