Skip to content

How to Contribute to Open-Source Projects – Git & GitHub Workflow for Beginners? #34

Discussion options

You must be logged in to vote
Hi there, I would suggest you to go through this pictorial representation that shows the process to contribute in GSSoC24 for beginners.

And to understand the Git?Github workflows follows these steps below.

  1. Create a Feature Branch: Developers create a new branch from the main branch (often named "master" or "main") to work on a specific feature or fix.
  2. Work on the Feature: Developers make changes to the code within their feature branch. They commit their changes locally, documenting each step of the development process.
  3. Push Changes: Once the feature is complete or ready for review, developers push their feature branch to the central repository.
  4. Pull Request (PR): A pull request is open…

Replies: 13 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vishalmanve
Comment options

Comment options

You must be logged in to vote
1 reply
@dev-rsiva
Comment options

Comment options

You must be logged in to vote
1 reply
@Siddhant-Mahato
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sanjay-kv
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet