From: Senthil Kumaran Date: Sun, 10 Jul 2016 19:24:41 +0000 (-0700) Subject: issue27476 - Introduce a .github template to discourage github pull requests X-Git-Tag: v3.6.0a3~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58cb93f02345b9bc525e309be5c02a52a5f04656;p=python issue27476 - Introduce a .github template to discourage github pull requests and point users to developers guide. --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..4ce80d872d --- /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).