From e2e3c0968602586020feba05e0ab49f18f82f727 Mon Sep 17 00:00:00 2001 From: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Date: Wed, 5 Jun 2019 06:30:11 -0700 Subject: [PATCH] fix: added multiple note format rule (#36174) --- docs/style-guide-for-curriculum-challenges.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/style-guide-for-curriculum-challenges.md b/docs/style-guide-for-curriculum-challenges.md index c50d142a7c..bbeff27226 100644 --- a/docs/style-guide-for-curriculum-challenges.md +++ b/docs/style-guide-for-curriculum-challenges.md @@ -142,6 +142,7 @@ The following is an example of code: ```` - Additional information in the form of a note should be formatted `Note: Rest of note text...` +- If multiple notes are needed, then list all of the notes in separate sentences using the format `Notes: First note text. Second note text.`. - Use double quotes where applicable ## Formatting seed code