Pull request: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


Many pull requests are related to a specific [[Bitcoin Improvement Proposals|BIP]], but this is not always the case.
Many pull requests are related to a specific [[Bitcoin Improvement Proposals|BIP]], but this is not always the case.
== Useful resources ==
* [https://github.com/bitcoin/bitcoin/pulls List of current open pull requests for Bitcoin Core] on GitHub
* [https://jonatack.github.io/articles/how-to-review-pull-requests-in-bitcoin-core How to Review Pull Requests in Bitcoin Core], by Jon Atack, regularly updated (as of 2020)


{{stub}}
{{stub}}

Latest revision as of 22:12, 17 June 2020

A pull request is a consistent set of changes in the code base. At any given moment in time Bitcoin Core has many open pull requests. Reviewing pull requests is very important to move forward Bitcoin.

Many pull requests are related to a specific BIP, but this is not always the case.


Useful resources

This page is a stub. Help by expanding it.