From e880eda783b51f985b01a76b150ae7ada1830f6f Mon Sep 17 00:00:00 2001 From: The Coding Aviator <34807532+thecodingaviator@users.noreply.github.com> Date: Sun, 24 Mar 2019 22:34:57 +0530 Subject: [PATCH] Added pointer on putting whole solution in guide articles (#35390) --- docs/style-guide-for-guide-articles.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/style-guide-for-guide-articles.md b/docs/style-guide-for-guide-articles.md index e3a40bbcdd9..0c88534caa5 100644 --- a/docs/style-guide-for-guide-articles.md +++ b/docs/style-guide-for-guide-articles.md @@ -153,6 +153,10 @@ You can even embed relevant YouTube videos and interactive [REPL.it](https://rep Don't use emojis or emoticons in the Guide. freeCodeCamp has a global community, and the cultural meaning of an emoji or emoticon may be different around the world. Also, emojis can render differently on different systems. +## Curriculum Challenge Solutions + +When proposing a solution for a curriculum challenge related article, the full code should be given. This includes all the original seed code plus any changes needed to pass all the challenge tests. + ## Attributions To minimize the potential for plagiarism and maintain integrity in this guide, it is important to give credit where necessary.