I'm not talking about pull requests. I'm talking about reviewing entire code bases - whether that's GitHub, GitLab, Bitbucket, Gitea, whatever.
I want to do a comprehensive review of a particular repository, and it would be nice to be able to comment on things, highlight things, etc. Is there a tool out there for this purpose? What do you use?
👤 inetknght Accepted Answer ✓
Even outside of pull requests, you can (on Github) open a file and add a comment to it. You can reference specific lines via the Github URL in each comment. It gets a bit murkier if you need to connect comments in one repository with comments in another repository but the workflow is pretty similar... just share the link to the lines you want. Make sure to press `Y` on your keyboard to get a specific commit instead of just `master` because `master` can move the lines around and you'd end up linking to some other code in that case.