You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: practices/securing-repositories.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ This minimum set of requirements should be implemented alongside other relevant
72
72
- README.md
73
73
- CONTRIBUTING.md
74
74
- LICENSE.md
75
-
- .github/PULL_REQUEST_TEMPLATE.md
76
-
- .github/SECURITY.md
75
+
- PULL_REQUEST_TEMPLATE.md
76
+
- SECURITY.md
77
+
- CODEOWNERS (which should reference teams rather than individuals - please see [teams setup](#teams-setup)
77
78
- We recommend the use of a repository template, for example [NHS England Repository Template](https://github.com/nhs-england-tools/repository-template)
0 commit comments