Pull request: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
== Useful resources == | == Useful resources == | ||
* [https://github.com/bitcoin/bitcoin/pulls List of current open pull requests for Bitcoin Core] | * [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 | * [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
- List of current open pull requests for Bitcoin Core on GitHub
- How to Review Pull Requests in Bitcoin Core, by Jon Atack, regularly updated (as of 2020)