From 58cb93f02345b9bc525e309be5c02a52a5f04656 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Sun, 10 Jul 2016 12:24:41 -0700 Subject: issue27476 - Introduce a .github template to discourage github pull requests and point users to developers guide. --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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). -- cgit v0.12