From 25be5b7b1fca18f607a5b6adbe266b064fe3e1b1 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Wed, 25 Feb 2026 19:47:56 -0800 Subject: [PATCH 1/2] chore: simplify support policy description Have it more explicitly reflect the reality that this is a volunteer run project. --- docs/support.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/support.md b/docs/support.md index 2d1e21f128..b1a688da3f 100644 --- a/docs/support.md +++ b/docs/support.md @@ -1,9 +1,10 @@ # Support Policy -The Bazel community maintains this repository. Neither Google nor the Bazel team -provides support for the code. However, this repository is part of the test -suite used to vet new Bazel releases. See the -page for information on our development workflow. +This is a community maintained project run by volunteers. What that means in +practice is: + +* Responses to issues and PRs depends on available time and energy. +* If you care, contribute (see ) and get involved. ## Supported rules_python Versions From 18493b6c9693729d91761c33feba300e7f4b919b Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Wed, 25 Feb 2026 20:35:58 -0800 Subject: [PATCH 2/2] Update docs/support.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- docs/support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/support.md b/docs/support.md index b1a688da3f..088466d1bb 100644 --- a/docs/support.md +++ b/docs/support.md @@ -3,7 +3,7 @@ This is a community maintained project run by volunteers. What that means in practice is: -* Responses to issues and PRs depends on available time and energy. +* Responses to issues and PRs depend on available time and energy. * If you care, contribute (see ) and get involved. ## Supported rules_python Versions