From 8505bcabe98c3fb07729eca03e680f22ff5ed1b8 Mon Sep 17 00:00:00 2001 From: Randell Dawson Date: Fri, 9 Nov 2018 12:25:27 -0800 Subject: [PATCH] fix: updated guide checker --- guideFolderChecks.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guideFolderChecks.js b/guideFolderChecks.js index 981d7f22b2..2855ba33ac 100644 --- a/guideFolderChecks.js +++ b/guideFolderChecks.js @@ -24,7 +24,10 @@ Unfortunately, some of your commits have caused our CI tests to fail.\n \n`; }, ''); - return `\n${finalMsg}`; + return `\n${finalMsg}\n +\n +P.S: I am just friendly bot. You should reach out to the [Contributors Chat room](https://gitter.im/FreeCodeCamp/Contributors) for more help. +`; } const checkPath = fullPath => {