pbclife / gitopener.vercel.app

Git Opener is a learning web app if you are looking forward to get started with open source then you are in right place. Please read contribution guideline.
https://gitopener.vercel.app
MIT License
50 stars 32 forks source link

Q: What is pull request ? #30

Closed sboy99 closed 1 year ago

sboy99 commented 1 year ago

You can write importance of pull request, why one should consider specific pull request while working with different changes.

lavanyayangala commented 1 year ago
  1. Pull request helps us to track the changes we made before pushing them to the main branch where we can move to previous track of code if needed.
  2. This helps to avoid bugs and other problems that could potentially cause serious issues.
  3. They are an essential part of the software development process, helping to ensure that relevant parties review code changes before they are merged into the main codebase.
AniketNS commented 1 year ago

Hey @sboy99, assign this to me. I'll create a PR by tomorrow.