Skip to content

Commit

Permalink
Clarify contributor maintenance responsibilities (open-telemetry#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrannajaryan committed Jun 22, 2020
1 parent 978b51a commit 2415204
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ breaking changes. Component creators must be available to update or review
their components when such changes happen, otherwise the component will be excluded
from the default builds.

Generally, maintenance of components is the responsibility of contributors who
authored them. If the original author or some other contributor does not maintain
the component it may be excluded from the default build. The component **will** be
excluded if it causes build problems, has failing tests or otherwise causes problems
to the rest of the repository and the rest of contributors.

- Create your component under the proper folder and use
Go standard package naming recommendations.
- Use a boiler-plate Makefile that just references the one at top level,
Expand Down

0 comments on commit 2415204

Please sign in to comment.