8
HRT-713
6y

How can I contribute on github, I always say that I will yet I never do?Any tips?

Comments
  • 2
    Contribute to any repo and any language is ok?
  • 2
    Start by contributing to smaller projects. Don’t try to submit a PR to jquery right away 😏

    Two examples of areas with many small and easily extendable projects:
    * build tool plugins (grunt, webpack etc) for minor tasks
    * projects for specific sites: like a scrapers, api-wrappers or a mobile client for your favorite site or service.
  • 2
    And don’t just make a PR right away.

    Start by submitting an issue and ask if they want you to help.

    Chances are they’re already working on it or have something in mind.
  • 1
    @jiraTicket Thanks a lott, that's a solid plan
Add Comment