From 3d14053d31a73ba6ef7ef305c269581169183aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20V=C3=ADt?= Date: Tue, 11 Aug 2026 13:53:01 +0200 Subject: [PATCH] docs: clarify pull request guidance --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ceb89a3c8..512365f0c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,6 +29,7 @@ for reporting guidance. - Preserve end-to-end type safety. - Add JSDoc to public functions and keep existing documentation current. - Keep infrastructure adapters behind the platform interfaces used by product code. +- Keep pull requests focused and describe the validation you ran. ## Development