-
Notifications
You must be signed in to change notification settings - Fork 0
Sanitization Checklist
ClarusIubar edited this page Jun 7, 2026
·
4 revisions
- Use an independent repository instead of a fork
- Start from a clean initial commit
- Keep the GitHub repository private during preparation
- Exclude source Git history
- Exclude private reports and task ledgers
- Exclude local cache, coverage, and temporary artifacts
- Public README
- MIT license
- Public scope document
- Public architecture boundary document
- Public smoke tests
- GitHub Actions test workflow
- Wiki overview and reviewer pages
- No local source workspace paths
- No home-directory paths
- No host or machine identifiers
- No non-public issue markers
- No non-public pull request markers
- No long credential-like token strings
- No private runner workflow trace
- Owner reviews repository files in GitHub UI
- Owner reviews wiki pages in GitHub UI
- Owner confirms GitHub Actions remains green
- Owner switches repository visibility from private to public