Skip to content
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

Define prototype for proposed features in development #4273

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ Smaller changes can follow a shorter process:
of the change, prototyping in multiple programming languages might be required
by the [specification
approvers](https://github.com/open-telemetry/community/blob/main/community-members.md#specifications-and-proto).
When proposing new features, we
encounter
a [chicken or the egg problem](https://en.wikipedia.org/wiki/Chicken_or_the_egg)
in that proposals require prototyping but language implementations require
features to be in the specification. For this reason, when adding new features
with Development maturity level, a prototype is defined as an unmerged PR to a
jack-berg marked this conversation as resolved.
Show resolved Hide resolved
language implementation which has the support of the implementation's
maintainers.
jack-berg marked this conversation as resolved.
Show resolved Hide resolved

Trivial changes, such as clarifications, wording changes, spelling/grammar
corrections, etc. can be made directly via pull requests and do not require an associated
Expand Down
Loading