From 4ce57d920c77785b83a3bd61a185171d38e799b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=20Alexandre=20ELIS=C3=89?= Date: Thu, 4 Aug 2022 14:50:10 -0400 Subject: [PATCH] LInk to step 1 rather then svn update Since not using svn anymore it seems confusing to talk about svn update at the end. So I propose to link to step 1 of the contributor procedure which describes how to update doc before doing anything else. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f967166..ecb2c1b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,5 +46,5 @@ All custom objects must be located in lib/ and custom functions must be in lib/s The continuous integration hooks will regenerate all the functions and check that the result is exactly what has been committed. Therefore, before submitting a PR, please: -- Perform a "svn update" +- Perform step 1 to update doc - Regenerate the files using `php ./safe.php generate`