[Task] Submit changes to ADDIE repository through pull request

  1. Once we finish the implementation for solving the following entries listed in #10, we will submit our changes at this stage to ADDIE repository through pull request. The issues needs to be solved at this stage,

    1 (#11 (closed)), 14 (#14 (closed)), 15 (#16 (closed)), 5 (#12 (closed)), 8 (#17 (closed)), 13 (#17 (closed)), 12 (#13 (closed)), 16 (#18 (closed)), 17 & 18 (#19 (closed)), 19 (#20 (closed))

  2. Fork ADDIE to our own GitHub repository and clone our own repository to local disk.

  3. Put all changed files at this stage in their corresponding positions on our local disk.

  4. Run git diff to see all the changes -> check through all the changes to make sure they all make sense.

  5. Run flake8 on changed files to make sure the format requirement is not broken.

  6. Push all changes to your own remote GitHub repository (i.e. the forked one).

  7. Submit pull request (to ADDIE master branch) from GitHub online repository interface.

Edited by Zhang, Yuanpeng