Skip to content

Commit 1589d3f

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

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

practices/securing-repositories.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@ 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-
### 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-
4333
### Teams setup
4434

4535
- GitHub teams must be created to provide individuals access to repositories. The minimum recommended setup is as follows:
@@ -73,3 +63,13 @@ This minimum set of requirements should be implemented alongside other relevant
7363
- Existing reviews must be invalidated automatically when new commits are pushed (using the `fresh-commits-invalidate-existing-reviews` option).
7464
- Merging must be blocked if the branch is not up to date.
7565
- Consider any further automated status checks which should be enforced prior to merging a branch
66+
67+
## Repository content
68+
69+
- The following minimum set of files must be included in the repository, to support others to navigate the repository content:
70+
- README.md
71+
- CONTRIBUTING.md
72+
- LICENSE.md
73+
- Pull request template
74+
- Security issue report note
75+
- 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

Comments
 (0)