We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340f9bf commit d65d25fCopy full SHA for d65d25f
practices/securing-repositories.md
@@ -32,6 +32,7 @@ This guide lays out security best practice for Github repositories. This set of
32
- Private repositories must disable forking.
33
- There must be no outside collaborators in private repositories.
34
- Enable abuse reporting 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 -->
35
+- Default branch should be called "main", not "master" - please see [](../inclusive-language.md) for guidance on how to rename the default branch
36
37
### Teams setup
38
0 commit comments