From e44ee825b43ee178c53a13b1daba28524a006a1d Mon Sep 17 00:00:00 2001 From: Bryan Huhta Date: Thu, 23 May 2024 13:06:56 -0500 Subject: [PATCH] Add codeowners --- CODEOWNERS | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..744a5fc --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @grafana/pyroscope-java diff --git a/README.md b/README.md index ec93d90..bddc125 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,8 @@ If you want to build the agent JAR yourself, from this repo run: ``` The file will be in `agent/build/libs/pyroscope.jar`. + +## Maintainers + +This package is maintained by [@grafana/pyroscope-java](https://github.com/orgs/grafana/teams/pyroscope-java). +Mention this team on issues or PRs for feedback.