]> granicus.if.org Git - python/commitdiff
issue27476 - Introduce a .github template to discourage github pull requests
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 10 Jul 2016 19:24:41 +0000 (12:24 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 10 Jul 2016 19:24:41 +0000 (12:24 -0700)
and point users to developers guide.

.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644 (file)
index 0000000..4ce80d8
--- /dev/null
@@ -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).