It's not just a click on the accept pull request on github.
I was afraid it would be harder than that with an Apache project :(
Can't he clone directly the GitHub Repo ?
Yes he can, but he will not be able to generate a pull request like that, because he has no write access to the remote repo. If he clones directly, he'll have a local copy of the repo to which he can commit, but not push. If he first creates a fork, he'll be able to push to his own fork, and then generate a pull request.

Reply via email to