Pull Request File Tree Feedback
11–20 of 77 posts
Re: Pull Request File Tree Feedback
#12Re: Pull Request File Tree Feedback
#13Funny but Azure Repos actually has had this feature for a while. When I first joined Microsoft I was shocked that all our teams used Azure Repos instead of GitHub considering we own GitHub but as I've used Repos more and more I've actually come to like it more than GitHub itself. A lot of the UI is cleaner and more intuitive than GitHub to me now, maybe just from using it a lot.
Re: Pull Request File Tree Feedback
#14Re: Pull Request File Tree Feedback
#15Not sure if this is well known, but press period `.` when viewing a PR, repo, or file and github will send you to a in-browser visual code editor. Able to make commits in there too, perfect for [nit] comments
Re: Pull Request File Tree Feedback
#16Bitbucket Server and Gitlab have this feature and it's quite useful for very large pull requests as you can easily see the folder structure of the file you're reviewing, for that bit extra bit of visual context. Bitbucket's search box is slightly better because it also does a code search within the PR, it helps you quickly find specific words (say, a class name) across all the changed files. Gitlab's only does a file…
Re: Pull Request File Tree Feedback
#17These are the two most fundamental features of a PR. How could they decide so few as 10 is the right number of comments?
Re: Pull Request File Tree Feedback
#18Bitbucket Server and Gitlab have this feature and it's quite useful for very large pull requests as you can easily see the folder structure of the file you're reviewing, for that bit extra bit of visual context. Bitbucket's search box is slightly better because it also does a code search within the PR, it helps you quickly find specific words (say, a class name) across all the changed files. Gitlab's only does a file…
If only Bitbucket Cloud would play catchup now. So many times I read about a bitbucket feature to only find out it is server only and we can't use it.
Re: Pull Request File Tree Feedback
#19Also, I hate repos that convert issues to discussions. Might as well close the issue, as discussion is usually a graveyard.
Re: Pull Request File Tree Feedback
#20I’d settle for them making PRs as useful as they were in 2015, before they messed up some of the most basic functionality: showing the diff, and showing review comments. They hide big diffs behind a “load more” link, and as a result people often fail to code review the most substantial part of a change because they scan right past it, thinking it’s a removed file or binary or something. Then, once you submit a review…