From 360037f96496d2ab331306f43556b6f14a48c6b1 Mon Sep 17 00:00:00 2001 From: Marcus Eide Date: Wed, 11 Mar 2020 10:50:51 +0100 Subject: [PATCH] Guidelines embryo --- plugins/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/README.md b/plugins/README.md index 0a2c090d0c..6d15c60776 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -24,6 +24,8 @@ plugin directly by navigating to `http://localhost:3000/my-plugin`.* ## Developing guidelines +- Consider writing plugins in `TypeScript`. +- Plan the directory structure of your plugin so that it becomes easy to manage. ## Plugin concepts / API