[core-workflow] Github Mirrors - Should Disallow Pull Request / Issue Creation Until the migration

Nick Coghlan ncoghlan at gmail.com
Sun Jul 10 03:15:02 EDT 2016


On 10 July 2016 at 11:12, Brett Cannon <brett at python.org> wrote:

>
>
> On Sat, 9 Jul 2016 at 13:01 Carol Willing <willingc at willingconsulting.com>
> wrote:
>
>> Hi Brett,
>>
>> One thing that could be done is to use a pull request template to notify
>> users BEFORE they make a PR that the CPython mirror is not the correct
>> place to submit contributions.
>>
>> See https://github.com/python/cpython/pull/41 as an example of the
>> template.
>>
>
> The problem with a template is it has to be checked into the cpython
> repository which will make sense once we migrate, but I don't know if it
> does while we are not moved over yet.
>

I don't see any problem with doing that early - we already carry a
.gitignore file for the benefit of folks using hg-git bridges, so if we
wanted to start experimenting with GitHub workflows (including things like
Travis CI), why gate that on actually doing the migration first if we can
use the existing mirrors for it?

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/core-workflow/attachments/20160710/d16c922e/attachment.html>


More information about the core-workflow mailing list