Skip to content

CropME contributing workflow

cyrillemidingoyi edited this page Nov 28, 2018 · 46 revisions

Contributors are invited to follow this process to interact with the project and allows an effective collaboration work.

The following steps are common to the contribution to any CropME repository and are defined from the main rules in Rob Allen’s article

You have to fork any CropME repository to obtain its copy in your github account. After accessing to CropME Github project , select one repository and just click on “Fork” button in Github. You click on “clone and download” button on your github account and copy the SSH clone URL, and you clone it by this command:

git clone https://github.com/cyrillemidingoyi/crop2ml.git

You change the username "cyrillemidingoyi" by your username.

Clone this wiki locally