From 45fa25f796ccacc2e379f6611aca0dc968fed8d7 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 10 Dec 2013 23:30:45 +0100 Subject: [PATCH] Added notes about github and screenshots to extension docs --- docs/guide/extensions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guide/extensions.md b/docs/guide/extensions.md index 271ba11..1aa5ce2 100644 --- a/docs/guide/extensions.md +++ b/docs/guide/extensions.md @@ -24,8 +24,9 @@ Distribution - There should be a `readme.md` file clearly describing what extension does in English, its requirements, how to install and use it. It should be written using markdown. If you want to provide translated readme, name it as `readme_ru.md` - where `ru` is your language code. + where `ru` is your language code. If extension provides a widget it is a good idea to include some screenshots. - TBD: composer.json +- It is recommended to host your extensions at github.com. Working with database ---------------------