-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[chore] diagram defining different states for issues #36975
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Ziqi Zhao <[email protected]>
ping @open-telemetry/collector-contrib-approvers for review |
issue-triaging.md
Outdated
n6 -- Yes --> n7["Valid issue and to be fixed <br>by a codeowner"] | ||
n6 -- No --> n8 | ||
n7 --> n9 | ||
n8 --> n9 |
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.
There should be some step between help-wanted
and closed
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.
Okay, I'll add some steps in between.
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.
Was this actually resolved? It seems weird to me that "To be fixed by a codeowner" and "Mark as help wanted" immediately lead to closing the issue.
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.
@songy23 @jade-guiton-dd It's now fixed. Please take look at issue description for updated flowchart image.
6d37117
to
20afd55
Compare
6eece63
to
617a966
Compare
n7 -- Once PR is merged --> n10 | ||
n8 -- When someone volunteers to provide a fix --> n11["Assign it to the person"] | ||
n12 -- Any activity? --> n8 | ||
n8 -. Stale issue .-> n12["Issue in inactive"] |
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.
If issues of a certain component keep being ignored, becoming stale then closed, we should consider the component as unmaintained at some point. (We don't have to address it in this PR though)
Description
See #36677
Closes #36677