docs(governance): prepare branch protection and PR review evidence

This commit is contained in:
igor04091968
2026-06-23 23:00:16 +03:00
parent 54129d82b6
commit 7e6c067adf
12 changed files with 511 additions and 16 deletions
+15 -1
View File
@@ -17,13 +17,27 @@
# Operational scripts and automation.
/scripts/ @igor04091968
# Product documentation, demo material and screenshots.
/docs/ @igor04091968
/docs/demo/ @igor04091968
/docs/screenshots/ @igor04091968
/docs/assets/screenshots/ @igor04091968
# Registry-readiness evidence and policy documents.
/docs/registry/ @igor04091968
# GitHub public mirror validation metadata.
# GitHub public mirror validation metadata and governance controls.
/.github/workflows/ @igor04091968
/.github/workflows/ci.yml @igor04091968
/.github/workflows/security.yml @igor04091968
/.github/workflows/coverage.yml @igor04091968
/.github/pull_request_template.md @igor04091968
/.github/ISSUE_TEMPLATE/ @igor04091968
/.github/CODEOWNERS @igor04091968
/docs/BRANCH_PROTECTION_POLICY_RU.md @igor04091968
/docs/BRANCH_PROTECTION_EVIDENCE_RU.md @igor04091968
/docs/PR_REVIEW_WORKFLOW_RU.md @igor04091968
/docs/PR_REVIEW_EVIDENCE_RU.md @igor04091968
# Ansible deployment automation.
/ansible/ @igor04091968
+8
View File
@@ -18,6 +18,14 @@ stand or unavailable tool.
## Review Checklist
- [ ] Linked issue is provided, or the PR explains why no issue is applicable.
- [ ] Runtime/API/UI impact is stated.
- [ ] Registry claims are checked and remain conservative.
- [ ] Secrets, PII, employee logs and customer identifiers are absent.
- [ ] Tests/checks executed are listed, or skipped checks have reasons.
- [ ] Evidence docs are updated when the change affects governance, registry
readiness or release evidence.
- [ ] GitHub Actions are public validation only, not registry release evidence.
- [ ] I checked that this PR does not publish secrets, tokens, passwords,
private keys, recovery codes or live credentials.
- [ ] I checked that this PR does not publish personal data, real employee data,