Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all,
Vanilla are planning an update to the site on April 24th (next Wednesday). It is a major PHP8 update which is expected to boost performance across the site. The site will be down from 7pm and it is expected to take about an hour to complete. We appreciate your patience during the update.
Thanks all.

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

Options
  • 27-03-2021 8:43am
    #1
    Registered Users 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,791 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