Skip to content

Commit

Permalink
Improve wording, replace "programme" with "product" (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefaniuk authored Feb 27, 2024
1 parent 3659ffd commit 22a93eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion practices/securing-repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This guide lays out security best practice for Github repositories. This set of

Because of baseline visibility configurations, you must setup GitHub teams in order to provide team members access to repositories. The minimum recommended setup is as follows:

- Create one team with the name of your programme (e.g. `Engineering Quality Framework`). Add all required members to this team.
- Create one team with the name of your product (e.g. `Engineering Quality Framework`). Add all required members to this team.
- Create one child team within the team, for admins only (e.g. `Engineering Quality Framework Admins`). Add admins only to this team.
- Create a second child team, for code owners (e.g. `Engineering Quality Framework Code Owners`). Add relevant members to this team, and reference in the CODEOWNERS file (example [here](https://github.com/NHSDigital/software-engineering-quality-framework/blob/master/.github/CODEOWNERS)).
- For each repo in your programme (e.g. `software-engineering-quality-framework`), under the `Manage Access` option in `Settings`, set the general team to have `Write` access and the admins team to have `Admin` access.
Expand Down

0 comments on commit 22a93eb

Please sign in to comment.