mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
issue27476 - Introduce a .github template to discourage github pull requests
and point users to developers guide.
This commit is contained in:
parent
de232f364b
commit
58cb93f023
1 changed files with 9 additions and 0 deletions
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue