From 76a454850b6c52f33a2fa66d76ba5a638da72ce3 Mon Sep 17 00:00:00 2001 From: Altay Date: Wed, 16 Sep 2026 08:53:15 +0300 Subject: [PATCH] docs: name gh --attach as the PR media route --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 27ca7ff..458020b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,4 +57,5 @@ pnpm run pack:dry ## Pull Requests Use Conventional Commit-style titles such as `feat(cli): add gallery build command`. -Include the relevant verification command and any visual reference screenshots or gallery links when UI output changes. +Include the relevant verification command and any visual reference screenshots or gallery links when UI output changes. Upload screenshots with +`gh pr comment --attach ./file.png`; do not commit them.