From e013366db33b265c42a2d544293e5b9d521ba0c8 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Wed, 22 Feb 2023 16:36:20 +0000 Subject: [PATCH] Update technical documentation CODEOWNERS to reflect areas of responsibility (#63550) * Reorder documentation section to be first by depth, then alphabetically This matches the organization described in the top of the CODEOWNERS file. Signed-off-by: Jack Baldry * Update technical documentation CODEOWNERS to reflect areas of responsibility @Eve832 is responsible for all docs not owned by another technical writer. @Eve832 and @GrafanaWriter are responsible for Administration, Data sources, Explore, and Release notes. @Eve and the plugins teams are responsible for developer plugins documentation. @brendamuir is responsible for all alerting documentation. @chri2547 is responsible for Fundamentals, Getting started, Introduction, Setup Grafana, Upgrade guide, and What's new. Signed-off-by: Jack Baldry * Add explicit code ownership for /devenv/README.md This was lost when the README.md pattern was made more strict. Signed-off-by: Jack Baldry * Add @josmperez to plugins reviews --------- Signed-off-by: Jack Baldry --- .github/CODEOWNERS | 68 ++++++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c696564a34a..67a5bc3b19d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -12,41 +12,43 @@ # This should make it easy to add new rules without breaking existing ones. # Documentation -/docs/ @grafana/docs-grafana -/contribute/ @grafana/docs-grafana -/docs/sources/developers/plugins/ @grafana/docs-grafana @grafana/plugins-platform-frontend @grafana/plugins-platform-backend -/docs/sources/developers/plugins/backend/ @grafana/docs-grafana @grafana/plugins-platform-backend /.changelog-archive @grafana/docs-grafana -CHANGELOG.md @grafana/docs-grafana -CODE_OF_CONDUCT.md @grafana/docs-grafana -CONTRIBUTING.md @grafana/docs-grafana -GOVERNANCE.md @RichiH -HALL_OF_FAME.md @grafana/docs-grafana -ISSUE_TRIAGE.md @grafana/grafana-community-support -LICENSE @torkelo -LICENSING.md @torkelo -MAINTAINERS.md @RichiH -NOTICE.md @torkelo -README.md @grafana/docs-grafana -ROADMAP.md @torkelo -SECURITY.md @grafana/security-team -SUPPORT.md @torkelo -UPGRADING_DEPENDENCIES.md @grafana/docs-grafana -WORKFLOW.md @torkelo +/CHANGELOG.md @grafana/docs-grafana +/CODE_OF_CONDUCT.md @grafana/docs-grafana +/CONTRIBUTING.md @grafana/docs-grafana +/GOVERNANCE.md @RichiH +/HALL_OF_FAME.md @grafana/docs-grafana +/ISSUE_TRIAGE.md @grafana/grafana-community-support +/LICENSE @torkelo +/LICENSING.md @torkelo +/MAINTAINERS.md @RichiH +/NOTICE.md @torkelo +/README.md @grafana/docs-grafana +/ROADMAP.md @torkelo +/SECURITY.md @grafana/security-team +/SUPPORT.md @torkelo +/UPGRADING_DEPENDENCIES.md @grafana/docs-grafana +/WORKFLOW.md @torkelo +/contribute/ @grafana/docs-grafana +/devenv/README.md @grafana/docs-grafana - -# Set up, dashboards/visualization, best practices: Chris Moyer -# Alerting: Brenda Muir -/docs/sources/administration/ @Eve832 @GrafanaWriter -/docs/sources/alerting/ @brendamuir -/docs/sources/dashboards/ @chri2547 -/docs/sources/datasources/ @Eve832 @GrafanaWriter -/docs/sources/explore/ @Eve832 @GrafanaWriter -/docs/sources/getting-started/ @chri2547 -/docs/sources/old-alerting/ @brendamuir -/docs/sources/release-notes/ @Eve832 @GrafanaWriter -/docs/sources/setup-grafana/ @chri2547 -/docs/sources/whatsnew/ @Eve832 @GrafanaWriter +# Technical documentation +/docs/ @Eve832 @jdbaldry +/docs/sources/ @Eve832 +/docs/sources/administration/ @Eve832 @GrafanaWriter +/docs/sources/alerting/ @brendamuir +/docs/sources/datasources/ @Eve832 @GrafanaWriter +/docs/sources/explore/ @Eve832 @GrafanaWriter +/docs/sources/fundamentals @chri2547 +/docs/sources/getting-started/ @chri2547 +/docs/sources/introduction/ @chri2547 +/docs/sources/old-alerting/ @brendamuir +/docs/sources/release-notes/ @Eve832 @GrafanaWriter +/docs/sources/setup-grafana/ @chri2547 +/docs/sources/upgrade-guide/ @chri2547 +/docs/sources/whatsnew/ @chri2547 +/docs/sources/developers/plugins/ @Eve832 @josmperez @grafana/plugins-platform-frontend @grafana/plugins-platform-backend +/docs/sources/developers/plugins/backend/ @Eve832 @grafana/plugins-platform-backend # Backend code /go.mod @grafana/backend-platform