diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2016-07-10 12:24:41 -0700 |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2016-07-10 12:24:41 -0700 |
commit | 58cb93f02345b9bc525e309be5c02a52a5f04656 (patch) | |
tree | 63331238bb293ec92e9f5f553bc15413c89599c4 /.github | |
parent | Null merge (diff) | |
download | cpython-58cb93f02345b9bc525e309be5c02a52a5f04656.tar.gz cpython-58cb93f02345b9bc525e309be5c02a52a5f04656.tar.bz2 cpython-58cb93f02345b9bc525e309be5c02a52a5f04656.zip |
issue27476 - Introduce a .github template to discourage github pull requests
and point users to developers guide.
Diffstat (limited to '.github')
-rw-r--r-- | .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 index 00000000000..4ce80d872df --- /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). |