-
Notifications
You must be signed in to change notification settings - Fork 276
Home
Siarhei Pishchyk edited this page Apr 22, 2020
·
12 revisions
- Without final project you can get only 6.9 points - it will be not enough to get certificate, even if you have more then 75% successful passed homework.
- You should have 75% passed homework to get access for project presentation
- If you have success in project presentation, your percentage of passed homework will be converted to the points: Example:
10% = 1
15% = 1.5 ~ 2
(be rounded by the rule of mathematical rounding) 4. You can get + 0.5 or +1 point to your converted percent of passed homework, depends form successful of project presentation. Example:
83% passed = 8.3
0.5 project
Finally:
8.3 + 0,5 = 8.8 ~ 9
- Create fork from the main repository https://github.com/pluhin/sa.it-academy.by
- Clone forked repository to your workstation (
git clone https://github.com/YOUR_GITHUB_ACCOUNT/sa.it-academy.by
) - Checkout to branch <YOUR_GROUP_BRANCH>
- Create folder with your Name_LastName (As example: In my case, name will be
Siarhei_Pishchyk
). This folder will be your report's folders - Create folder with name of your homework (Example:
02.Git.Local
) - Put your files into it
- Do not forget about rebase your fork/branch with main fork/branch (how-to demo here and here)
- Make commit and push
- On WebUI (github) make PR (Pull Request) into main fork and branch <YOUR_GROUP_BRANCH> from your fork and your <YOR_GROUP_BRANCH>
- Wait for review
- Useful link: https://sites.google.com/site/feexpr/Downhome/git
- (Additional task) - is optional tasks, you can ignore them