Pull request fork on Github

What is the right workflow for finding a Pull query efficiently?

To explain a usage example: I found a repository containing a transfer request that adds the function I need. Unfortunately, the author of the pull request has passed, and the repo owner will not accept the pull request until the tests are written. I would like to β€œdevelop” the Pull request and write tests so that the repo owner accepts the new functionality.

+8
github
source share
1 answer

You can unlock the original project, write unit tests, then use the Queue Fork function to selectively include third-party changes in your own repository, and finally issue a request for transfer to your own repository, unit tests inclusive, in the original repository.

+7
source share

All Articles