- Do any leftover iP tasks from the previous week
- Create a PR to the upstream repo by the end of the lecture
- Add Increments:
Level-4,A-TextUiTesting,A-CodingStandard
1 Do any leftover iP tasks from the previous week
- Remember to do any leftover increments from the past weeks before starting on the current week's increments. This guideline applies to future weeks too.
2 Create a PR to the upstream repo by the end of the lecture
- Create a pull request (PR) from your fork to the upstream repo. Note the following:
- Create the PR from the
masterbranch of your fork to themasterbranch of the upstream repo (https://github.com/nus-tic4001-AY2122S1/ip) - Set the PR name as
[{Your name}] iPe.g.,[John Doe] iPIf you are reluctant to give full name, you may give the first half of your name only.
You may leave the description as empty. - If you created the PR correctly, it should appear in the list of PRs here.
- Steps for creating a PR is given in this textbook topic (steps 5 onwards):
- Create the PR from the
The PR will update automatically to reflect your latest code every time you push code to your fork. As a result, it provides a convenient way for us to access the current state of all your iP code from one location.