You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
## Contributing
2
2
3
+
### Library Inclusion in the Erlang Contrib Repository Policy
4
+
5
+
Maintaining libraries can be a demanding task. Due to the limited number of maintainers, any library added to the
6
+
contrib repository must have an OpenTelemetry CNCF Erlang Contrib Approver or Maintainer as a sponsor. [Becoming a member](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md) and approver is a simple
7
+
process. Following approval, the library can be merged and you will be added as a codeowner for it.
8
+
9
+
This policy has been enacted to be respectful of the maintainers' time and to ensure users get timely responses
10
+
and regular updates. We want as many libraries to be under the official umbrella but need your commmitment to
11
+
make that happen.
12
+
3
13
### Instrumenting a library
4
14
5
15
When instrumenting a library, it is important to follow the [Trace Semantic Conventions](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/general/trace.md)
0 commit comments