devguide
devguide copied to clipboard
Feature: Clarify that docs issues typically don't get version labels
Describe the enhancement or feature you would like
In learning how to label / triage came across a docs issue where I got the labels fairly off and I would like to add more details to the devguide to help future triagers get it right the first time. In particular:
-
docsissues don't typically get version labels (Those tend to only go with code changes) - If there's no code change needed then
stdlib,extension-modules, etc. tend not to apply.
Describe alternatives you have considered
No response
Additional context
No response
See also PR https://github.com/python/devguide/pull/1613 which adds a section on them.