[Python-checkins] cpython: issue27476 - Introduce a .github template to discourage github pull requests

senthil.kumaran python-checkins at python.org
Sun Jul 10 15:24:47 EDT 2016


https://hg.python.org/cpython/rev/40e2dd4f7612
changeset:   102313:40e2dd4f7612
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Sun Jul 10 12:24:41 2016 -0700
summary:
  issue27476 - Introduce a .github template to discourage github pull requests
and point users to developers guide.

files:
  .github/PULL_REQUEST_TEMPLATE.md |  9 +++++++++
  1 files changed, 9 insertions(+), 0 deletions(-)


diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,9 @@
+## CPython Mirror
+
+https://github.com/python/cpython is a cpython mirror repository. Pull requests
+are not accepted on this repo and will be automatically closed.
+
+### Submit patches at https://bugs.python.org
+
+For additional information about contributing to CPython, see the
+[developer's guide](https://docs.python.org/devguide/#contributing).

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list