Blueprint for GitHub repos.
$ rsync -aP .github /path/to/repo/- Default branch should be
master - If relevant,
productionis used as the production branc h - Branch protection should be enabled on master and production with:
Require a pull request before merging,Require approvalsandRequire review from Code OwnersRequire status checks to pass before merging
Adjust .github/CODEOWNERS to the squad that owns the repo.