Skip to content

bpo-38101: Update devguide triaging keywords #570

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Feb 23, 2020
11 changes: 11 additions & 0 deletions triaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,16 @@ Various informational flags about the issue. Multiple values are possible.
| easy | Fixing the issue should not take longer than a day for |
| | someone new to contributing to Python to solve. |
+---------------+------------------------------------------------------------+
| easy (C) | Fixing the issue should not take longer than a day for |
| | someone new contributing to Python, focused on C. |
+---------------+------------------------------------------------------------+
| security_issue| This is a security issue or is related to one. The main |
| | difference from the "security" issue type is that this is |
| | a definite security problem that has to be dealt with. |
+---------------+------------------------------------------------------------+
| PEP 3121 | The issue is related to PEP `PEP 3121`_. |
| | Extension Module Initialization and Finalization. |
+---------------+------------------------------------------------------------+
| newcomer | Issue suitable for newcomer/first time contributors. |
| friendly | Not suitable for experienced contributors. Typically it is |
| | straightforward, well-defined, low-risk, and optionally |
Expand Down Expand Up @@ -606,3 +616,4 @@ Checklist for Triaging
.. _python-ideas: https://mail.python.org/mailman/listinfo/python-ideas
.. _release schedule: https://devguide.python.org/#status-of-python-branches
.. _PSF Code of Conduct: https://www.python.org/psf/codeofconduct/
.. _PEP 3121: https://www.python.org/dev/peps/pep-3121/