From 5e65820beead89efc7248f9b3c7eb3556f92e51c Mon Sep 17 00:00:00 2001 From: Carl Bergquist Date: Tue, 20 Feb 2024 13:54:46 +0100 Subject: [PATCH] Cleanup root folder by moving a few files intro /contribute (#83103) Signed-off-by: bergquist --- .github/CODEOWNERS | 3 +-- ISSUE_TRIAGE.md => contribute/ISSUE_TRIAGE.md | 0 .../UPGRADING_DEPENDENCIES.md | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename ISSUE_TRIAGE.md => contribute/ISSUE_TRIAGE.md (100%) rename UPGRADING_DEPENDENCIES.md => contribute/UPGRADING_DEPENDENCIES.md (100%) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index da322681cf8..8e0daaf9831 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -19,7 +19,6 @@ /CONTRIBUTING.md @grafana/grafana-community-support /GOVERNANCE.md @RichiH /HALL_OF_FAME.md @grafana/grafana-community-support -/ISSUE_TRIAGE.md @grafana/grafana-community-support /LICENSE @torkelo /LICENSING.md @torkelo /MAINTAINERS.md @RichiH @@ -28,9 +27,9 @@ /ROADMAP.md @torkelo /SECURITY.md @grafana/security-team /SUPPORT.md @torkelo -/UPGRADING_DEPENDENCIES.md @grafana/docs-grafana /WORKFLOW.md @torkelo /contribute/ @grafana/grafana-community-support +/contribute/UPGRADING_DEPENDENCIES.md @grafana/docs-grafana /devenv/README.md @grafana/docs-grafana # Technical documentation diff --git a/ISSUE_TRIAGE.md b/contribute/ISSUE_TRIAGE.md similarity index 100% rename from ISSUE_TRIAGE.md rename to contribute/ISSUE_TRIAGE.md diff --git a/UPGRADING_DEPENDENCIES.md b/contribute/UPGRADING_DEPENDENCIES.md similarity index 100% rename from UPGRADING_DEPENDENCIES.md rename to contribute/UPGRADING_DEPENDENCIES.md