fix: add links to relevant style guide

This commit is contained in:
Mrugesh Mohapatra
2018-11-22 01:19:02 +05:30
committed by mrugesh mohapatra
parent dd2b40bfd7
commit fb121b39d2
3 changed files with 5 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ const createErrorMsg = (errors, user) => {
}, "");
let errorMsgFooter = dedent`
P.S: I am just friendly bot. You should reach out to the [Contributors Chat room](https://gitter.im/FreeCodeCamp/Contributors) for more help.
P.S: I am just friendly bot. Review our [Guidelines for Contributing](https://github.com/FreeCodeCamp/FreeCodeCamp/blob/master/CONTRIBUTING.md) and reach out to the [Contributors Chat room](https://gitter.im/FreeCodeCamp/Contributors) for more help.
`;
return errorMsgHeader + errorMsgTable + "\n\n" + errorMsgFooter;