Skip to content

Commit 22a93eb

Browse files
authored
Improve wording, replace "programme" with "product" (#318)
1 parent 3659ffd commit 22a93eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

practices/securing-repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This guide lays out security best practice for Github repositories. This set of
3737

3838
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:
3939

40-
- Create one team with the name of your programme (e.g. `Engineering Quality Framework`). Add all required members to this team.
40+
- Create one team with the name of your product (e.g. `Engineering Quality Framework`). Add all required members to this team.
4141
- Create one child team within the team, for admins only (e.g. `Engineering Quality Framework Admins`). Add admins only to this team.
4242
- 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)).
4343
- 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.

0 commit comments

Comments
 (0)