[issue27476] Introduce a .github folder with PULL_REQUEST_TEMPLATE

2017-03-05 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___

[issue27476] Introduce a .github folder with PULL_REQUEST_TEMPLATE

2017-03-05 Thread Senthil Kumaran
Senthil Kumaran added the comment: The .github directory needs to stay and is being used for other purposes (like providing contributing guidelines (https://github.com/blog/1184-contributing-guidelines)). The old pull request template has already been deleted: https://github.com/python/cpython

[issue27476] Introduce a .github folder with PULL_REQUEST_TEMPLATE

2017-03-05 Thread Ned Deily
Ned Deily added the comment: Now that the transition has occurred, is it time to remove this file and its .github directory? -- nosy: +ned.deily resolution: fixed -> stage: resolved -> needs patch status: closed -> open versions: +Python 3.7 ___ Pyt

[issue27476] Introduce a .github folder with PULL_REQUEST_TEMPLATE

2016-07-10 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed type: behavior -> enhancement ___ Python tracker ___ _

[issue27476] Introduce a .github folder with PULL_REQUEST_TEMPLATE

2016-07-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 40e2dd4f7612 by Senthil Kumaran in branch 'default': issue27476 - Introduce a .github template to discourage github pull requests https://hg.python.org/cpython/rev/40e2dd4f7612 -- nosy: +python-dev ___ Py

[issue27476] Introduce a .github folder with PULL_REQUEST_TEMPLATE

2016-07-10 Thread Senthil Kumaran
Senthil Kumaran added the comment: Thanks. Addressed the review comments. Committing this. -- Added file: http://bugs.python.org/file43679/issue27476-v2.patch ___ Python tracker

[issue27476] Introduce a .github folder with PULL_REQUEST_TEMPLATE

2016-07-10 Thread Brett Cannon
Brett Cannon added the comment: Review is done and only two comments for minor tweaks. -- nosy: +brett.cannon stage: -> commit review ___ Python tracker ___

[issue27476] Introduce a .github folder with PULL_REQUEST_TEMPLATE

2016-07-10 Thread Senthil Kumaran
Senthil Kumaran added the comment: Here is the patch. -- keywords: +patch Added file: http://bugs.python.org/file43677/issue2476.patch ___ Python tracker ___

[issue27476] Introduce a .github folder with PULL_REQUEST_TEMPLATE

2016-07-10 Thread Senthil Kumaran
Senthil Kumaran added the comment: Context: https://mail.python.org/pipermail/core-workflow/2016-July/000616.html https://github.com/python/cpython/pull/41 -- versions: +Python 3.6 ___ Python tracker __

[issue27476] Introduce a .github folder with PULL_REQUEST_TEMPLATE

2016-07-10 Thread Senthil Kumaran
New submission from Senthil Kumaran: PULL_REQUEST_TEMPLATE will discourage pull requests in github repo and will instead point to python hg repo and dev guide. This will be removed after the hg to git migration is complete. -- assignee: orsenthil messages: 270124 nosy: orsenthil priori