Skip to content

Commit 2e8bc6d

Browse files
Update practices/baseline-visibility.md
Co-authored-by: Alex Young <[email protected]>
1 parent be61580 commit 2e8bc6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

practices/baseline-visibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ With a baseline of `No Permissions` on a repository and as a member of the `ever
1414

1515
Each repository should include a [CODEOWNERS](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) file in the root of the project. [Branch protections](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) must be in place to ensure that any Pull Requests are approved by users listed in the CODEOWNERS file. This ensures that any code changes are approved by appropriate members the teams that own and are responsible for the code and any downstream services that depend upon it.
1616

17-
Teams can be listed as CODEOWNERS - but secret teams should not be used so that individual members of the organisation can identify who the codeowners are.
17+
The presence of the CODEOWNERS file alows organisation members to identify who to contact should they have any questions about the code.
1818

19-
The presence of the CodeOwners file will also mean that organisation members can identify who to contact should they have any questions about the code.
19+
Teams can be listed as CODEOWNERS, but secret teams should not be used. Otherwise potential contributors wouldn't be able to identify who the codeowners are.
2020

2121
## Internal Repositories
2222

0 commit comments

Comments
 (0)