From 7c469bba105ee45ee4e4d93cf2d3e188d9e022de Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 17 Jan 2022 01:44:24 +0100 Subject: [PATCH] format fix --- docs/extend/how_to_plugin.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/extend/how_to_plugin.md b/docs/extend/how_to_plugin.md index 2531553..3998365 100644 --- a/docs/extend/how_to_plugin.md +++ b/docs/extend/how_to_plugin.md @@ -29,6 +29,7 @@ Consider the usecase for your plugin and define the exact function of the plugin ### Development guidelines If you want to make your life easier, try to follow these guidelines; break where it makes sense for your use case. + - keep it simple - more that 1000 LOC are normally to much for a plugin - use mixins where possible - we try to keep coverage high for them so they are not likely to break - do not use internal functions - if a functions name starts with `_` it is internal and might change at any time