From 96a79efd06881e897032ca38a9f5ae026b214932 Mon Sep 17 00:00:00 2001 From: Ed Burns Date: Sat, 27 Jul 2019 18:08:16 -0400 Subject: [PATCH] In keeping with GitHub security policy [1] https://github.com/github/opensource.guide/issues/981 Add including SECURITY.md to a quicktart template as a best practice. For more information on this talk to Jeff Wilcox or Michael Scovetta. --- 1-CONTRIBUTION-GUIDE/best-practices.md | 1 + 1 file changed, 1 insertion(+) diff --git a/1-CONTRIBUTION-GUIDE/best-practices.md b/1-CONTRIBUTION-GUIDE/best-practices.md index a65c36cdfb52..adba02a74862 100644 --- a/1-CONTRIBUTION-GUIDE/best-practices.md +++ b/1-CONTRIBUTION-GUIDE/best-practices.md @@ -34,6 +34,7 @@ An Azure Application or QuickStart sample must contain, at a minimum, the follow | Template File | mainTemplate.json | azuredeploy.json | | Parameters File | n/a | azuredeploy.parameters.json | | Read Me File | Not required | README.md | +| [SECURITY.md file](https://help.github.com/en/articles/adding-a-security-policy-to-your-repository) | Not required | SECURITY.md | | QuickStart Description | n/a | metadata.json | | Nested templates | In a **nestedtemplates** subfolder | In a **nestedtemplates** subfolder | | Configuration Scripts | In a **scripts** subfolder | In a **scripts** subfolder |