update contributing guide

pull/92/head
Vladimir Mandic 2021-03-26 15:37:43 -04:00
parent 20efe7c22b
commit d01ec955dd
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Procedure for contributing:
- Create a fork of the repository on github - Create a fork of the repository on github
In a top right corner of a GitHub, select "Fork" 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 - Clone your forked repository to your local system
`git clone https://github.com/<your-username>/<your-fork> `git clone https://github.com/<your-username>/<your-fork>
- Make your changes - Make your changes