From 70314b1f2ee6cfabde9eacea6ce0d2908f905904 Mon Sep 17 00:00:00 2001 From: Joshua Temple Date: Mon, 1 Jun 2026 16:07:14 -0400 Subject: [PATCH] docs: note that docs-only PRs skip the Go matrix Signed-off-by: Joshua Temple --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b31ac4f..65145a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,6 +50,10 @@ Before you push, **tests, lint, vet, and `govulncheck` must all pass.** The quickest way to verify locally is `mage check`. CI runs the same gates across a Go-version × OS matrix on every PR. +Docs-only pull requests (changing only `*.md`, `docs/`, `LICENSE`, or `NOTICE`) +skip the Go matrix automatically and are gated solely by the aggregate `gate` +check, so a README tweak doesn't spend the full test run. + ## Performance Performance regressions fail the build. On every pull request, CI runs the