1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-08 20:02:29 +01:00

Updated Development Guide (markdown)

FreeScout 2018-07-16 20:55:03 +08:00
parent 4e325fd6e8
commit 5ef247f460

@ -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.