Skip to content

Commit

Permalink
Create the CODEOWNERS file (#3)
Browse files Browse the repository at this point in the history
* Create the CODEOWNERS file

* Use the OTel .NET team alias

There will be a few persons that are not member of the OTel .NET team, for now those will be added manually.

* CODEOWNERS using team and README with team info

* Update maintainers and approvers per SIG meeting
  • Loading branch information
pjanotti authored Aug 19, 2020
1 parent 5561bac commit 2290452
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#####################################################
#
# List of approvers for OpenTelemetry .NET Instrumentation
#
#####################################################
#
# Learn about membership in OpenTelemetry community:
# https://github.com/open-telemetry/community/blob/master/community-membership.md
#
#
# Learn about CODEOWNERS file format:
# https://help.github.com/en/articles/about-code-owners
#

* @open-telemetry/dotnet-instrumentation-approvers
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# opentelemetry-dotnet-instrumentation
.NET instrumentation and auto-instrumentation

### Community Roles

Maintainers ([@open-telemetry/dotnet-instrumentation-maintainers](https://github.com/orgs/open-telemetry/teams/dotnet-instrumentation-maintainers)):

- [Chris Ventura](https://github.com/nrcventura), New Relic
- [Greg Paperin](https://github.com/macrogreg), Datadog
- [Lucas Pimentel-Ordyna](https://github.com/lucaspimentel), Datadog
- [Mikhail Pranovich](https://github.com/Mikhail-msft), Microsoft
- [Paulo Janotti](https://github.com/pjanotti), Splunk

Approvers ([@open-telemetry/dotnet-instrumentation-approvers](https://github.com/orgs/open-telemetry/teams/dotnet-instrumentation-approvers)):

- [Colin Higgins](https://github.com/colin-higgins), Datadog
- [Kevin Gosse](https://github.com/kevingosse), Datadog
- [Mike Goldsmith](https://github.com/MikeGoldsmith), HoneyComb
- [Tony Redondo](https://github.com/tonyredondo), Datadog
- [Zach Montoya](https://github.com/zacharycmontoya), Datadog

Learn more about roles in the [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md).

0 comments on commit 2290452

Please sign in to comment.