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 | |
| parent | de232f364b5cd733be9689466740864bb0f2992e (diff) | |
| download | cpython-git-58cb93f02345b9bc525e309be5c02a52a5f04656.tar.gz | |
issue27476 - Introduce a .github template to discourage github pull requests
and point users to developers guide.
| -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 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). |
