Skip to content

tatyushev-ms/awesome-projects-for-contributors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 

Repository files navigation

Awesome projects for contributors

List of projects for contributors (beginners and non-beginners)

How to start

Look for a project to contribute in the list below.

I would recommend to install github cli and perform gh repo fork [repository]. For instance, if you want to contribute to this project, the steps are the following:

  1. Fork and clone the repository

    gh repo fork eddumelendez/awesome-projects-for-contributors
    cd awesome-projects-for-contributors
    git remote add upstream https://github.com/eddumelendez/awesome-projects-for-contributors.git
  2. Create your own branch

    git checkout -b [branch-name]
  3. Start hacking

  4. Commit your changes

    git commit -am "Insert your message"
  5. Create your PR (Pull request)

    gh pr create
Note
Make sure you have claimed the issue.

Languages

Releases

No releases published

Packages

No packages published