docs: clarify PR hygiene check wording
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -50,14 +50,14 @@ Before creating a PR, adding a skill, or preparing any contribution, you MUST re
|
|||||||
|
|
||||||
## PR Hygiene
|
## PR Hygiene
|
||||||
|
|
||||||
Before pushing or creating a PR, run these checks and show the output to the user for approval:
|
Before pushing or creating a PR, run these checks:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git diff upstream/main --stat HEAD
|
git diff upstream/main --stat HEAD
|
||||||
git log upstream/main..HEAD --oneline
|
git log upstream/main..HEAD --oneline
|
||||||
```
|
```
|
||||||
|
|
||||||
If any personal files appear (CLAUDE.md, .claude/, personal configs, group data), remove them before pushing. Do not push until the user confirms the diff is clean.
|
Show the output and wait for approval before pushing. If any personal files appear (CLAUDE.md, .claude/, personal configs, group data), remove them first.
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user