ΠΠ°ΡΠ΅ΡΠΈΠ°Π»ΠΈ ΠΎΡ ΡΠ΅ΠΌΠΈΠ½Π°ΡΠΈΡΠ΅ ΠΈ ΠΏΡΠ°ΠΊΡΠΈΠΊΡΠΌΠΈΡΠ΅ ΠΏΠΎ "Π£Π²ΠΎΠ΄ Π² ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΈΡΠ°Π½Π΅ΡΠΎ"
Π·ΠΈΠΌΠ΅Π½ ΡΠ΅ΠΌΠ΅ΡΡΡΡ 2022/2023, ΡΠΏΠ΅Ρ. Π‘ΠΎΡΡΡΠ΅ΡΠ½ΠΎ ΠΈΠ½ΠΆΠ΅Π½Π΅ΡΡΡΠ²ΠΎ & ΠΠ½ΡΠΎΡΠΌΠ°ΡΠΈΠΎΠ½Π½ΠΈ ΡΠΈΡΡΠ΅ΠΌΠΈ
- ΠΠ°ΡΠ΅ΡΠΈΠ°Π»ΠΈ ΡΠΏΠ΅Ρ. Π‘ΠΎΡΡΡΠ΅ΡΠ½ΠΎ ΠΈΠ½ΠΆΠ΅Π½Π΅ΡΡΡΠ²ΠΎ
- ΠΠ°ΡΠ΅ΡΠΈΠ°Π»ΠΈ ΡΠΏΠ΅Ρ. ΠΠ½ΡΠΎΡΠΌΠ°ΡΠΈΠΎΠ½Π½ΠΈ ΡΠΈΡΡΠ΅ΠΌΠΈ
| ΠΠΈΠΊΠΎΠ»Π° Π‘Π²Π΅ΡΠΎΡΠ»Π°Π²ΠΎΠ² | ΠΠ΅ΡΠ½ Π‘Π²Π΅ΡΠΎΡΠ»Π°Π²ΠΎΠ² | ΠΠ΅ΠΎΡΠ³ΠΈ Π’Π΅ΡΠ·ΠΈΠ΅Π² | ΠΠ»Π°ΠΌΠ΅Π½Π° ΠΠ»ΠΈΠ΅Π²Π° | Contributors |
|---|
-
Fork the repository
-
Clone the repository on your local machine
-
Fetch origin
-
Create a branch
- You should create branch for each 3 tasks.
- The branch should be created from the master branch of the original repository. In this way you will always have the latest changes .
- About branches.
- How to create branch.
-
Add a solution for a task
- Create a cpp file for each task.
- The name of the file should be TaskXX.cpp where XX is the number of the task
e.g. Task01.cpp, Task12.cpp etc. - Copy your solution into the file.
-
Commit solution to a task
- Commit the file for the task.
- Each task should be in seperate commit.
- Repeat step 5. and 6. until you have 3 tasks in the new branch.
Then create a new branch and start from step 4. - About commits.
-
Open PR to the original repository to the master branch
- How to create pull request.
- The pull request should request to merge the changes of your branch in the fork to the master branch of the original repositor.
- The title of the Pull Request should be:
Pract.\<number\>: Add \<first task number\> - \<last task number\> | \<name\> Example: Pract.03: Add 01-03 | John Doe - The description of the pull Request should be
\<name\> \<lastname\> \<group\> \<fn\> Example: John Doe 2 2MI0600192
| π₯ DANGER |
|---|
| If a pull request has more than 3 tasks or the title or description are not in the format described above, the PR will be rejected and will not be reviewed. |



