市值 24小时交易量 BTC 恐惧指数
大师投资投资 & 收益
广告
广告

What is a Pull Request in development?

阅读2430分享打印版
Что такое Pull Request (пулл-реквест) в разработке?


A Pull Request (a request to include changes) is a developer's proposal to add the code edits they have made to the main project. The mechanism is widely used in Git-based version control systems and on collaborative development platforms such as GitHub. In essence it is a formalized request to "take my changes and include them in the shared codebase".

Work is usually organized as follows: a participant creates a separate branch, makes changes to it and then opens a pull request to the project's target branch. Other team members see the proposed edits, can leave comments, request revisions and discuss implementation details. After review the changes are accepted (merged) or rejected.

For open-source blockchain projects pull requests are especially important: it is precisely through them that the community proposes protocol improvements, bug fixes and new features. This makes the development process of decentralized projects transparent — anyone can study the change history and understand who proposed what to add to the code.

更多关于主题 «Cryptocurrency Terms and Definitions»

所有帖子
关于金钱的随机引用
Государственные финансы — это искусство передавать деньги из рук в руки до тех пор, пока они не исчезнут.
— Роберт Сарнофф

其他部分的有趣内容

整个博客

评论 0

尚无评论

成为第一个分享您对此主题的看法或经验的人。

广告