summaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2016-07-10 19:24:41 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2016-07-10 19:24:41 (GMT)
commit58cb93f02345b9bc525e309be5c02a52a5f04656 (patch)
tree63331238bb293ec92e9f5f553bc15413c89599c4 /.github/PULL_REQUEST_TEMPLATE.md
parentde232f364b5cd733be9689466740864bb0f2992e (diff)
downloadcpython-58cb93f02345b9bc525e309be5c02a52a5f04656.zip
cpython-58cb93f02345b9bc525e309be5c02a52a5f04656.tar.gz
cpython-58cb93f02345b9bc525e309be5c02a52a5f04656.tar.bz2
issue27476 - Introduce a .github template to discourage github pull requests
and point users to developers guide.
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md9
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
index 0000000..4ce80d8
--- /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).