-
Notifications
You must be signed in to change notification settings - Fork 893
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
[Triage Process] Allow SIG maintainers to express their requirements #4083
Comments
I like this idea. However, I also think we should make a distinction between the use of these labels as described above, and the use of these labels for cases where an external contributor opens an issue in the spec and triagers would like specific SIGs to have a look at it. In those cases, I think using Project Boards, adding issues to boards (in an icebox type column) for each SIG, would potentially achieve a better result, as SIGs should be reviewing their Project Boards frequently. |
I think having language sig tags part of semantic process has another side benefit, which is a force function to have at least one language implement the output of the SIG (in a non-vendor org). We can also consider some improvements that can show how well things are working. For example, specification tests are a nice way to setup traps where developers can find out if a spec drifted them, even without being pinged explicitly. Developers can engage more with the sig as they can define canonical tests, fix them, and report in coherent ways what doesn't seem right, all without going to meetings. If they do go to meetings, that time can be better caged to something to elaborate. Not only does this make things more coherent, but in ways developers get stats (credit) for. I think something like this can help reduce a sense of "external contributors" as they are primary contributors, just to code defining the spec not just english. |
Good call out. This issue here is for "incoming issues", so those labels should not be used to indicate that a SIG needs to implement something, the labels should indicate that the SIG ran into a particular issue while implementing and is flagging this now (that's why
This is maybe a broader topic, but also important to note. Thanks for calling it out |
Discussed in 7/31/24 TC meeting. Would like more clarification on this and recommend discussing in the next TC/GC meeting. There was some consensus that tracking this type of thing with issue labels would be a valuable signal / reminder. |
Hey, We discussed this during the last GC/TC joint call and here are some notes:
More importantly, we need to agree on a next step, which IMHO should start with defining such special label. |
Can someone open a PR to define these labels for the spec triage process? Then we can point maintainers to the process and use the labels as part of prioritization. Maintainers don't have write permission, and won't be able to add this label themselves, but we can document a process where maintainers leave a comment indicating that this is blocking their SIG, and a spec triager can respond by adding the appropriate label. |
I can create a PR, but I wonder if #3990 should be merged/finished first? |
What are you trying to achieve?
Note: This is an addendum to #3821, but I do not want to stall the PR for it (#3990) to be stalled any further.
An issue for especially (but not exclusively) smaller language SIGs1, is that for them to influence the spec often feels impossible to accomplish. For one because they only have so much bandwidth themselves and need to focus on their implementation of the specification and second they feel reportedly treated like "external contributors" when they come to the spec with a requirement and not like an OpenTelemetry maintainer speaking to other OpenTelemetry Maintainers.
Since the language SIGs are the "primary customers" of the specification, I argue that they "deserve special treatment" if their issue is clearly linked to something they stumbled upon while implementing the specification in their respective language.
Therefore, I suggest that we extend the triaging process by the following:
sig:<language>
label (similar to [meta] Define labels for each SIG language opentelemetry.io#1726), which is added to a new issue when it satisfies the following criteria:@opentelemetry/<language>-maintainers
opentelemetry-<language>
that clarifies the underlying problemsig:<language>
can highlight that this is relevant to multiple SIGs.sig:<language>
labels if they can provide issues from each language, although having one maintainer per SIG is preferred.By applying those labels the triagers have the information that a certain issue is relevant for the language SIGs which can help to make a decision on rejecting/accepting it. Those issues should also be collected and reported to all maintainers on a regular basis to allow them to take a look as well (to add their
sig:<language>
label as well), e.g. during the weekly maintainers call or via the #otel-maintainers slack channelCC @open-telemetry/cpp-maintainers, @open-telemetry/dotnet-maintainers, @open-telemetry/erlang-maintainers, @open-telemetry/go-maintainers @open-telemetry/java-maintainers @open-telemetry/javascript-maintainers @open-telemetry/php-maintainers @open-telemetry/python-maintainers @open-telemetry/ruby-maintainers @open-telemetry/rust-maintainers @open-telemetry/swift-maintainers
Update: Because of open-telemetry/community#2165 this also includes @open-telemetry/docs-approvers. Also
sig:<language>
orsig:<name>
is just a suggestion, we can also aim forrelevant-for-sig:<name>
orblocking-sig:<name>
(cc @arminru)Footnotes
Other SIGs may have that requirement as well but to reduce the scope from "all SIGs" to something smaller to begin with I wanted to focus on the SIGs implementing the APIs & SDKs. ↩
The text was updated successfully, but these errors were encountered: