Skip to content

Commit

Permalink
Fixes based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrannajaryan committed Nov 27, 2024
1 parent 3af79a8 commit 70264f2
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,21 @@ to run the Protobuf compiler and verify the `*.proto` files.

## Proposal Requirements

Proposals to add new capabilities to OpAMP specification must be accompanied by working
prototypes in [opamp-go](https://github.com/open-telemetry/opamp-go), demonstrating
the capability. The prototype can be a PR against opamp-go or can be on your own fork
of opamp-go.

To make a proposal create a PR in this repo that modifies the specification markdown
Proposals to add new capabilities to the OpAMP specification must be accompanied by
working prototypes in [opamp-go](https://github.com/open-telemetry/opamp-go),
demonstrating the capability. The prototype can be a PR against opamp-go or can be on
your own fork of opamp-go. The prototype will be used to help aid maintainers in
understanding the implications of the specification changes and how actual usage might
look.

To make a proposal, create a PR in this repo that modifies the specification markdown
and the Protobuf files and include a link to the prototype in the description. We
advise to attend the OpAMP SIG meeting and discuss your proposal before you spend
advise you to attend the OpAMP SIG meeting and discuss your proposal before you spend
effort on it to make sure the proposal is aligned with SIG's vision.

All new capabilities must be added in
[Development](https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/0232-maturity-of-otel.md#development)
maturity level initially. Make sure to add `[Development]` status label in the
maturity level initially. Make sure to add the `[Development]` status label in the
specification markdown and as a prefix of the added proto field or message.

## Contributors
Expand Down

0 comments on commit 70264f2

Please sign in to comment.