- Branches
master
andhw-<title>
are protected from direct commits. - All commits must be made to a non-protected branch and submitted via a pull request to
hw-<title>
. - Branch
master
contains examples, source code from the lecturers. Pull requests tomaster
are prohibited. - DO NOT edit/commit somebody's else homework.
- Commit messages, titles etc are written solely in English
In order to submit your homework for review you must:
- Branch from a corresponding
hw-<title>
branch. Name this branchhw-<title>-<YourNameSurname>
- Create a folder
<YourNameSurname>
. Code. Commit to your branch - Create a pull request when ready for homework review. Name the pull request in the following format
hw-<title>-<YourNameSurname>
- Lecturers can approve, comment or reject your homework.
- In case of the rejection, you must fix the discussed issues and commit to the same branch. DO NOT CREATE a separate pull request.
- In case of approval, your branch is merged into the corresponding main homework branch