From 6ff65118fc4af8a44f0f17e0967bf5092f6a75a6 Mon Sep 17 00:00:00 2001 From: Moul Date: Tue, 8 Nov 2016 16:28:35 +0100 Subject: [PATCH] =?UTF-8?q?[enh]=20readme:=C2=A0add=20a=20note:=20actionma?= =?UTF-8?q?p=20must=20also=20be=20modified.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03d595d05..212ff9857 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ ## Contribute - You can develop on this repository using [ynh-dev tool](https://github.com/YunoHost/ynh-dev) with `use-git` sub-command. - On this repository we are [following this workflow](https://yunohost.org/#/build_system_en): `stable <— testing <— branch`. +- Note: if you modify python scripts, you will have to modifiy the action map. ## Repository content - [YunoHost core Python 2.7 scripts](https://github.com/YunoHost/yunohost/tree/stable/src/yunohost).