On 23 February 2017 at 05:26, Donald Stufft <don...@stufft.io> wrote: > You can clone their repository and make changes directly to their branch and > push to it I believe, assuming they allowed that when they made the PR.
This is the part that GitHub hasn't documented very well from the maintainer side yet, but I think I just worked out the appropriate incantation: https://github.com/python/devguide/issues/129#issuecomment-281891204 The trick is that you have to use the "g...@github.com:contributor_name/cpython.git" spelling when defining the remote or GitHub won't allow SSH-based pushes back to their repo, even if they've granted maintainer access to their PR branch. Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ core-workflow mailing list core-workflow@python.org https://mail.python.org/mailman/listinfo/core-workflow This list is governed by the PSF Code of Conduct: https://www.python.org/psf/codeofconduct