Add contributor's repository address to pull request pages. #3578
shepmaster posted onGitHub
As a maintainer, I sometimes need to push changes to contributor's PRs. The nature of my projects means that I get many one-off submissions from new contributors.
Right now, I have to click on the user's repo link:
Then open the repo dropdown and copy the link:
Honestly, I don't know that I've ever had a usage for the clipboard icon on the PR (which copies username/branchname
).
Instead, it would be nice to short-circuit that and allow copying the contributor's repository address directly from the PR. Either by repeating the green dropdown or by just copying the SSH address (since I need to be authenticated to push to the branch).
Example URL: https://github.com/shepmaster/snafu/pull/251
(any pull request).
Thanks so much for an awesome project!