iP:
A-MoreOOP
Level-8
, Level-9
, A-JavaDoc
tP:
A-MoreOOP
Level-8
, Level-9
, A-JavaDoc
branch-Level-8
etc.), but do not merge any.master
branch). Be careful not to create a PR to the upstream repo. If you did create such a PR by mistake, no worries, just close it yourself.Create merge commit
option when merging.master
branch of your local repo to fall behind that of your fork. Therefore, you need to sync the local master
with the remote master
branch. One way to do that is to switch to the local master
branch and then pull the the updated master
branch from your fork e.g.,$ git checkout master
$ git pull origin master
master
. To rectify, merge the master
branch to each of them. Resolve merge conflicts, if any.v0.2
) and upload the JAR file.
show a place holder for photo, showing a generic default image
should be assigned to Jake and to milestone v1.0
v1.0
and the second one v1.0b
so that the dashboard can track them accurately. The reason for naming the earlier milestone as v1.0
is so that even if you fail to finish the second one, you can still get credit for reaching v1.0
(which is the milestone tracked by grading scripts) -- think of the first iteration as minimal deliverables for v1.0
and the second one as containing do-if-there-is-time improvements.