Skip to content

How to approach project contribution #17

Answered by SaranshBangar
misskiran asked this question in Q&A
Discussion options

You must be logged in to vote

Approaching a project for contribution is pretty straightforward ->

  1. Choose a project which is developed using a tech stack that you are comfortable in
  2. Understand the project
  • See the deployed link to understand the finished project
  • Look at the source code and try to understand what each file does
  1. Once you have got the basics of the project, go to the issues tab and look at the issues, try to find an issue which you can resolve
  2. Now fork the repository to get a copy of the project in your GitHub repositories section
  3. Once forked, create a new branch of the project, either in VS Code (using git checkout -b newBranchName) or on GitHub itself
  4. Resolve the issue on your local branch by maki…

Replies: 8 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@SaranshBangar
Comment options

@misskiran
Comment options

@SaranshBangar
Comment options

@sanjay-kv
Comment options

@Pranshu-jais
Comment options

Answer selected by sanjay-kv
Comment options

You must be logged in to vote
1 reply
@sanjay-kv
Comment options

Comment options

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

Comment options

You must be logged in to vote
0 replies
Comment options

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

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
question Further information is requested
10 participants