In my experience working as a software engineer, I've always been using branch-based workflow on pull requests. That means pull requests are for the same branches within the same repo.
Now I realized that the repo used in the AI Engineering course is read only and so I could not submit my exercises unless I fork and do a fork-based workflow pull request.
Doing a fork now.