[Klaud Cold] Add CONTRIBUTING.md covering the PR Review Checklist flow#2019
Conversation
Documents the CODEOWNER sign-off process: use the latest docs/PR_REVIEW_CHECKLIST.md template, keep the exact opening phrase that triggers codeowner-signoff-verify.yml, and note post-merge CI responsibility. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Docs-only change adding a root CONTRIBUTING.md describing the existing PR review flow.
Extended reasoning...
Overview
This PR adds a single new file, CONTRIBUTING.md, at the repo root. It documents the PR review flow (CODEOWNER review → checklist sign-off → core maintainer Slack ping), points readers at the canonical docs/PR_REVIEW_CHECKLIST.md template, and explains what the codeowner-signoff-verify.yml workflow independently re-checks.
Security risks
None. This is pure prose documentation — no code, config, workflow, or permissions changes. GitHub will surface this file automatically as the repository's contributing guidelines, but that is standard GitHub behavior with no security implications.
Level of scrutiny
Very low. Docs-only additions describing a process that already exists in the repo (PR_REVIEW_CHECKLIST.md and codeowner-signoff-verify.yml are already present) do not require deep review. Cross-references to those files match their real paths.
Other factors
The bug hunting system found nothing. The description is accurate to the file contents, and the referenced files/workflows exist in the repo (verified against the current tree). Straightforward shadow approval.
Summary
CONTRIBUTING.mddocumenting the PR review flow: CODEOWNER review first, checklist sign-off, then core-maintainer ping on Slack.Test plan
CONTRIBUTING.mdautomatically for the "contributing guidelines" link on new PRs.🤖 Generated with Claude Code