-
-
Notifications
You must be signed in to change notification settings - Fork 910
Improve label versions triaging #1613
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
triage/labels.rst
Outdated
- If we are currently in the *beta* period of :samp:`3.{N}.0` and | ||
if a feature was implemented in its *alpha* period but requires a | ||
non-trivial extension (hence a new *feature* issue), this new | ||
feature issue is given the :samp:`3.{N}` label as the latest | ||
version under development would now be :samp:`3.{N+1}.0a1`. | ||
|
||
To indicate that the labelling is correct and the extension is | ||
approved, the :gh-label:`triaged` label could also be applied. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, not sure if we need this? And I'm not sure about the triage label suggestion, it doesn't really say anything more than "issue is accepted by a triager".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, it's for a visual tag. Sometimes I don't remember the issues I've triaged. And if I see an issue with weird label I would say "oh this one could have been mistriaged maybe". But with a triaged label, I know that I don't need to change the labels (same for when I lack a topic-* or a directory for an issue; when there is just "type-bug" it's kind of .. hard to know that there is actually a project associated to the issue; projects can't be seen on the issue page)
Some people asked me about how I actually apply my labels while triaging and I think I could actually share my workflow in the devguide instead for future triaging. I especially think that it's not necessary for bugs that span across all active versions to be labelled with the all labels... Ideally, I would have wanted a 3.X+ tag which implies that the bug started appearing in 3.X, and a bot would be able to automate the labels every time a new one is added but this would be a separate issue.
cc @hugovk
📚 Documentation preview 📚: https://cpython-devguide--1613.org.readthedocs.build/