From e85ad08e5de1295b11befc8c426fa5a30ef713e2 Mon Sep 17 00:00:00 2001 From: Bryan Huhta Date: Thu, 23 May 2024 13:15:35 -0500 Subject: [PATCH] Add codeowners --- CODEOWNERS | 1 + CONTRIBUTING.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..aeac65fe --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @grafana/pyroscope-rs diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7fe8930f..78519b52 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,3 +9,8 @@ This document is a guide to help you through the process of contributing to Pyro * Set up your [development environment](https://pyroscope.io/docs/developer-guide). * Read the [style guides](https://pyroscope.io/docs/style-guide) we use. * Check out the list of [good first issues](https://github.com/pyroscope-io/pyroscope/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). + +## Maintainers + +This package is maintained by [@grafana/pyroscope-rs](https://github.com/orgs/grafana/teams/pyroscope-rs). +Mention this team on issues or PRs for feedback.