Deadline

Deadline for online submission is Wednesday 31/10/2018.

Joining to Assignment Repository

All groups must join assignment repository at most two days before submission deadline.

  1. Go to the Assignment Page.
  2. Skip Classroom roster
  3. Joint your team or create it.
  4. Wait till your repository created.
  5. Open the link and follow instructions to setup your repository.

Important Notes

  1. All group members must join their teams in their assignment repository.
  2. More credit for students who are more active with more contributions.
  3. Don’t use github as a Dropbox or a Drive (by uploading files). Work on the project and when you finished add, commit, and push that’s it. Read this Notes for more help with github.

How to ask for help?

You can ask me to review your code, give an advice and fixing bugs. It is so easy, you have just to commit your buggy code and push it to github then mention me in the a comment and I will review the code.

Submitting

$ git add .
$ git commit  -m "Assignment Submission"
$ git push origin master