Fork a Pull request, on Github

前端 未结 1 1786
独厮守ぢ
独厮守ぢ 2021-02-14 20:30

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

相关标签:
1条回答
  • 2021-02-14 21:00

    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.

    0 讨论(0)
提交回复
热议问题