在Github上请求一个Pull请求 [英] Fork a Pull request, on Github

查看:127
本文介绍了在Github上请求一个Pull请求的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有效分派Pull请求的正确工作流程是什么?



解释用例:我找到一个存储库,其中包含一个拉取请求,我需要的功能。不幸的是,pull请求作者已经失败了,并且repo所有者在写入测试之前不会接受pull请求。我想分叉Pull请求并编写测试,以便repo所有者接受新的功能。 您可以分叉原始项目,编写单元测试,然后使用Fork Queue功能选择性地将第三方的更改合并到您自己的存储库中,最后向您自己的存储库发出拉取请求,包括单元测试原始存储库。


What is the right workflow for effectively forking a Pull request?

To explain the use case: I've found a repository which contains a pull request that adds a feature I need. Unfortunately the pull request author has gone awol and the repo owner won't accept the pull request until tests are written. I'd like to "fork" the Pull request and write tests so that the repo owner will accept the new functionality.

解决方案

You can fork the original project, write the unit tests, then use the "Fork Queue" feature to selectively incorporate the changes by the third party into your own repository, and finally issue a pull request to your own repository, unit tests inclusive, to the original repository.

这篇关于在Github上请求一个Pull请求的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆