First Contributions: learn how to contribute to open source projects
Source: Dev.to
First Contributions
This project aims to simplify and guide the way beginners make their first contribution. If you are looking to make your first contribution, follow the steps below. If you’re not comfortable with the command line, there are tutorials using GUI tools.
Prerequisites
- If you don’t have git installed on your machine, install it.
Fork the repository
- Click the Fork button at the top of the repository page.
- This creates a copy of the repository in your own GitHub account.
Clone the repository
- Go to your forked repository on GitHub.
- Click the Code button, select the SSH tab, and copy the URL.
- Open a terminal and run:
git clone
Replace “ with the URL you just copied.