From d01ec955ddb995e45d687e4f0d893da62eb5c36a Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 26 Mar 2021 15:37:43 -0400 Subject: [PATCH] update contributing guide --- CONTRIBUTING | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING b/CONTRIBUTING index 228f9b06..c8412306 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -6,6 +6,7 @@ Procedure for contributing: - Create a fork of the repository on github In a top right corner of a GitHub, select "Fork" + Its recommended to fork latest version from main branch to avoid any possible conflicting code updates - Clone your forked repository to your local system `git clone https://github.com// - Make your changes