From 0c7e9b6dbacd55ab1aa620b816088693c90f0b70 Mon Sep 17 00:00:00 2001 From: Joe Medley Date: Wed, 29 Mar 2023 10:45:06 -0700 Subject: [PATCH] Clarify when a README is needed. (#868) * Clarify when a README is needed. * Update CONTRIBUTING.md Co-authored-by: Oliver Dunk --------- Co-authored-by: Oliver Dunk --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0c6c0e6b61..ddbfb05565 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,4 +48,4 @@ npm install ``` ### Writing a README -All code samples should include a README file. Please copy the [provided template](./README-template.md) into your sample's folder and follow the instructions therein. \ No newline at end of file +All new code samples or samples updated from Manifest V2 should include a README file. Please copy the [provided template](./README-template.md) into your sample's folder and follow the instructions therein.