From 50ef1a45204b7d971b837048837726c11cfc5bab Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 13 Aug 2022 23:03:27 +0300 Subject: [PATCH] Updated Developer Documentation (markdown) --- Developer-Documentation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Developer-Documentation.md b/Developer-Documentation.md index d003ad9..cc1cbc8 100644 --- a/Developer-Documentation.md +++ b/Developer-Documentation.md @@ -6,6 +6,8 @@ Please read the meteor style guide before making any significant contribution. # Stories about how Wekan works, and developing Wekan + +- [Do not use code formatters like Prettier and ESLint](https://github.com/wekan/wekan/pull/4633#issuecomment-1214214591) - [How realtime board updates work](https://github.com/wekan/wekan/issues/3788#issuecomment-834649553) - [Mobile Web interface](https://github.com/wekan/wekan/issues/3566#issuecomment-778700604) - [How to add RTL support](https://github.com/wekan/wekan/issues/3376#issuecomment-766092425)