docs: scope PR hygiene check to PR creation only, improve wording

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
NanoClaw
2026-03-28 04:00:13 +00:00
co-authored by Claude Opus 4.6
parent ad507fa426
commit 5ed74c3a3f
+2 -2
View File
@@ -50,14 +50,14 @@ Before creating a PR, adding a skill, or preparing any contribution, you MUST re
## PR Hygiene
Before pushing or creating a PR, run these checks:
Before creating a PR, run these checks:
```bash
git diff upstream/main --stat HEAD
git log upstream/main..HEAD --oneline
```
Show the output and wait for approval before pushing. If any personal files appear (CLAUDE.md, .claude/, personal configs, group data), remove them first.
Show the output and wait for approval. Installation-specific files (group files, .claude/settings.json, local configs) should not be included.
## Development