DEV Community

Cover image for Make your first contribution on github easily
eter nada
eter nada

Posted on

Make your first contribution on github easily

This tutorial covers simple steps to commit your first contribution. It also contains resources for free resources projects that you can contribute to; By following an easier approach inspired by the repository first contributions.

1.Download the github desktop.
2.Open the first contribution repository.
3.Open the github app and clone the repository.

Click on

Press on

Click on

4.Open it in VScode and add your changes

  • "Now open Contributors.md file, add your name to it. Don't add it at the beginning or end of the file. Put it anywhere in between. Now, save the file". from first contributions

5.Press commit to the main, then push to the origin.

Write your description here

6.Submit your changes "compare & pull request"

  • This is the picture from the read me file in the first-contributions repository.

This is the picture from the read me file in the first-contributions repository.

7.Now submit the pull request, and wait for it to be accepted.

here

Congratulations! you have just finished your first contribution.
Check those websites to find projects to contribute to:

*Recources: *
How do I start contributing to open source projects on GitHub?
first contributions

Top comments (0)