Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 940 Bytes

GitHub.Repo.CodeOwners.md

File metadata and controls

28 lines (18 loc) · 940 Bytes
category severity online version
Repository
Important

Use a CODEOWNERS file

SYNOPSIS

Use a CODEOWNERS file in the default branch.

DESCRIPTION

You can use a CODEOWNERS file to define individuals or teams that are responsible for code in a repository. When a pull request is created, code owners for the base branch are automatically requested for review.

A CODEOWNERS file can be created in the repository root, .github/, or docs/ directories.

RECOMMENDATION

Consider creating a CODEOWNERS file in the default branch. Additionally consider creating CODEOWNERS files for each protected branch.

LINKS