From 5ef247f4600e0c260c454cb639ab2b5d948c7960 Mon Sep 17 00:00:00 2001 From: FreeScout <40499291+freescout-helpdesk@users.noreply.github.com> Date: Mon, 16 Jul 2018 20:55:03 +0800 Subject: [PATCH] Updated Development Guide (markdown) --- Development-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development-Guide.md b/Development-Guide.md index b65dcc6..9bdae79 100644 --- a/Development-Guide.md +++ b/Development-Guide.md @@ -7,7 +7,7 @@ * Feel free to impelement and push any **HelpScout** functionality which is not implemented yet. * Please stick to the HelpScout design and functionality, no need to reinvent the wheel. **FreeScout** provides all the HelpScout features out of the box plus several [most needed extra features](https://feedback.userreport.com/25a3cb5f-e4bd-4470-b6f3-79fcfaa8e90f/#ideas/popular). Additional features are added by developing [plugins](https://github.com/freescout-helpdesk/freescout/wiki/FreeScout-Plugins-Development) for FreeScout. - * Do not use any HelpScout's files (images, icons, fonts, etc) or code (HTML, CSS, JS, etc). + * Do not use any HelpScout's files (images, icons, fonts, etc) or code (HTML, CSS, JS, etc) or texts from the help pages. Write and create everything by yourself or use free libraries, etc. * FreeScout API must be completely equal to [HelpScout's API](https://developer.helpscout.com/help-desk-api/) * All strings must be translatable. * Design must be mobile friendly.