Developers are welcome to contribute to this project
Initial Step: Comment under the issue you want to work on and get the issue assigned to yourself.
Fork the repo by clicking on the Fork option
Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.
Open a terminal and run the following git command:
git clone "url you just copied"
where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.
For example:
git clone https://github.com/YOUR-USERNAME/Awesome-Machine-Learning-Models.git
where YOUR-USERNAME
is your GitHub username. Here you're copying the contents of the first-contributions repository on GitHub to your computer.