Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

How does anyone can contribute to a GitHub open software repository?

  • 27-03-2021 08:43AM
    #1
    Registered Users, Registered Users 2 Posts: 1


    I've been reading many Github training resources, trying to figure out easy steps to the workflow for contributing to a GitHub repository using GitHub itself (I'm a Windows programmer, so I find the local git CLI extremely awkward, as well as much more complicated than working entirely remotely in GitHub).

    I will post the steps as I discover and develop them in the answer below.

    Please, I cannot do this on my own, as I barely know what I'm doing. Suggest edits to my answer, or post comments and I will edit.
    Tagged:


Comments

  • Technology & Internet Moderators Posts: 28,862 Mod ✭✭✭✭oscarBravo


    I'm not an expert, but in my experience the cycle is: fork the repo on github, make a local copy on your own machine, create a branch with your changes, commit and push those changes, then create a pull request for the maintainer of the original repo to review.

    I run Linux on my desktop so I use the git CLI all the time - can't help you with a Windows local workflow.


Advertisement