From 65ff646182c62bdaab942ace6856fdf0651f805c Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 21 Sep 2017 09:45:17 +0200 Subject: [PATCH] a README would be nice --- doc/Plugins.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/Plugins.md b/doc/Plugins.md index 3a25dc7217..ab8c58eb85 100644 --- a/doc/Plugins.md +++ b/doc/Plugins.md @@ -36,6 +36,9 @@ This *should* be 'addon/plugin_name/plugin_name.php' in most cases. $function is a string and is the name of the function which will be executed when the hook is called. +Please also add a README or README.md file to the addon directory. +It will be displayed in the admin panel and should include some further information in addition to the header information. + Arguments --- Your hook callback functions will be called with at least one and possibly two arguments