From bc87eaa4d20d007cf1b237f6f3ed1ee27724631c Mon Sep 17 00:00:00 2001 From: Alvie Stoddard Date: Fri, 24 Jul 2026 14:08:35 -0700 Subject: [PATCH] docs: clarify screenshot guidance --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc414c4..e606bd0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,13 +37,13 @@ open packaging/Pesty.app - Keep it dependency-free. Prefer system frameworks (AppKit, SwiftUI, Carbon, ServiceManagement). - Match the existing style. Small, focused changes; no unrelated refactors in the same PR. - Test on both Apple Silicon and Intel where it matters (the release is universal). -- UI changes: include a before/after screenshot of the strip. +- Screenshots: add them when a user-facing UI change needs visual context or when they make review easier; they are not required for every change. ## Pull requests 1. Fork and branch from `main`. 2. Make your change; ensure `swift build` is clean (no warnings). -3. Open a PR with a clear description and screenshots for UI changes. +3. Open a PR with a clear description and any screenshots that are useful for review. ## Good first issues