diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000000..f2ceafae88a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,23 @@ +Issue tracker is **ONLY** used for reporting bugs on documents (PEPs), not +bugs in Python. + +New features should be discussed according to the following process: +[PEP 1](https://peps.python.org/pep-0001/#start-with-an-idea-for-python) + +And according to [Contributing Guide](../CONTRIBUTING.rst): + +While fixing spelling mistakes as part of more substantive +copyediting and proofreading of draft and active PEPs is okay, +we generally advise against PRs that simply mass-correct minor typos on +older PEPs that don't significantly impair meaning and understanding, +as these tend to create a fairly high level of noise and churn for +PEP readers, authors and editors relative to the amount of practical value +they provide. + + + +### What did you spot, and where? + +### What did you expect to be changed? + +### Why?