update contributing guide

pull/280/head
Vladimir Mandic 2021-03-26 15:37:43 -04:00
parent a63e33042e
commit f1ae581c7b
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