Pull Requests 2.0
GitHub launched with a simple pull request system on day one. You’ve used it to send 200 thousand pull requests in just over two years. Now we’re taking it to…
GitHub launched with a simple pull request system on day one. You’ve used it to
send 200 thousand pull requests in just over two years. Now we’re taking it
to the next level with a re-imagined design and a slew of new tools that
streamline the process of discussing, reviewing, and managing changes.
As of today, pull requests are living discussions about the code you
want merged. They’re our take on code review and represent a big part of our
vision for collaborative development.
Know What You’re Sending
Sending a pull request is simple. Browse to the branch or commit with your
recent work and hit the
<img
src=’https://cloud.githubusercontent.com/assets/391331/6142156/d9130692-b165-11e4-85ae-e866efc6f7f6.png‘
style=’border:0;vertical-align:middle;position:relative;top:-2px;margin-bottom:-1px;display:inline’
alt=’Pull Request’
/> button. You’ll be greeted by a brand new screen:
Pull requests are now fully revision aware and take into account not only
what you would like pulled but also where you intend those changes to be
applied. They even work when sending from and to the same repository, making
pull requests just as useful in scenarios where a team is working out of a
single shared repository as they are in the fork + pull model.
When you send a pull request, you’re starting a discussion.
Some back and forth is typically required before a pull request is accepted. The
maintainer needs clarification, or the change doesn’t conform to the project’s
coding conventions, or maybe someone was able to take a concept 80% to
completion and needs help working through the last bits.
The discussion view makes pull requests the best place to have these types
of conversations. Anywhere. Here’s why:
The discussion view presents all pull request related activity as it unfolds:
comment on the pull request itself, push follow up commits, or leave commit
notes – it’s all interleaved into the discussion view as it happens.
Revision Aware
The discussion view is perfect for watching changes evolve over time, but it’s
equally important to know exactly what modifications would be made if the
changes were accepted right now. The Commits and Files Changed tabs are
quickly accessible and show the cumulative progress of the pull request:
Look familiar? It’s a miniature
compare view.
Visible, Linkable, Archived
Anyone with access can browse a repository’s pull requests by visiting the
repository’s Network ⇢ Pull Requests page.
Every pull request has a URL so you can link to them. They’re archived forever
and indexed by search engines.
An Issue at heart
Pull requests are tightly integrated into GitHub Issues. When you see an<img
src=”https://cloud.githubusercontent.com/assets/72919/7212640/3af5be30-e51f-11e4-8c4e-2b3af18c5e9c.png”
height=”22″
style=’border:0;vertical-align:middle;display:inline’
alt='[^]’
/> icon in the issues list, it means there’s a pull request attached.
Don’t use Issues? No problem. You still get awesome pull requests.
Pull Request Dashboard
The pull request dashboard gives a high level view of all pull requests across
every repository you or your organization is involved with.
What are you waiting for?
Pull requests sent prior to today are not automatically imported into the new system. If you have outstanding requests, use them as an opportunity to try out revision aware pull requests today!
Written by
Related posts
Announcing GitHub Secure Open Source Fund: Help secure the open source ecosystem for everyone
Applications for the new GitHub Secure Open Source Fund are now open! Applications will be reviewed on a rolling basis until they close on January 7 at 11:59 pm PT. Programming and funding will begin in early 2025.
Software is a team sport: Building the future of software development together
Microsoft and GitHub are committed to empowering developers around the world to innovate, collaborate, and create solutions that’ll shape the next generation of technology.
Does GitHub Copilot improve code quality? Here’s what the data says
Findings in our latest study show that the quality of code written with GitHub Copilot is significantly more functional, readable, reliable, maintainable, and concise.