...
A pull request (or more intuitively, a merge request), allows other people to review your code before it’s merged back into the main branch (dev
). You can do so by visiting our GitHub repo in your browser, then going to the “Pull requests” tab, then clicking “New pull request”, and selecting your branch. You can then add reviewers, which includes should include the team lead and other relevant people on the team (e.g. frontend people if it’s a frontend feature).