Issues and PRs - SE750-Group14-GirlGang/roadtrip-planner GitHub Wiki

Issues

For every piece of work, an issue was created using one of the issue templates described in the issues template page.

Appropriate labels were applied and issues were assigned to a developer:

Issues were tracked in the GitHub projects Kanban board.
Issues are PRs were assigned to the sprint Milestones, corresponding to our sprints laid out in our project sprint timeline.

Pull Requests

Regular branching Git workflow was used in this project.
A PR was created for each issue, with the text closes #<issue number> used in the PR to automatically close the issue on PR merge.
At least 1 approval on a PR was required for it to be merged. GitHub actions must all be green to merge.