Skip to content

Commit e7c4973

Browse files
authored
Update securing-repositories.md
1 parent 3245314 commit e7c4973

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

practices/securing-repositories.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,17 @@ This minimum set of requirements should be implemented alongside other relevant
3030
- Abuse reporting must be enabled by <!-- markdown-link-check-disable -->[accepting content reports](https://docs.github.com/en/communities/moderating-comments-and-conversations/managing-how-contributors-report-abuse-in-your-organizations-repository)<!-- markdown-link-check-enable -->
3131
- In line with our [inclusive language guidance](../inclusive-language.md), the default branch must not be named "master" - we suggest "main" - please see our [inclusive language guidance](../inclusive-language.md) for how to rename the default branch.
3232

33-
## Teams setup
33+
### Repository content
34+
35+
- The following minimum set of files must be included in the repository, to support others to navigate the repository content:
36+
- README.md
37+
- CONTRIBUTING.md
38+
- LICENSE.md
39+
- Pull request template
40+
- Security issue report note
41+
- We recommend the use of a repository template, for example [NHS England Repository Template](https://github.com/nhs-england-tools/repository-template)
42+
43+
### Teams setup
3444

3545
- GitHub teams must be created to provide individuals access to repositories. The minimum recommended setup is as follows:
3646
- Create a team for the repo (e.g. `Engineering Quality Framework`).

0 commit comments

Comments
 (0)