Are you confused about where to start contributing to issues which require you to create a pull request?? Initially, I was too (maybe even worse than most people ) but well, after a lot of consultations and watching videos I finally understood the process.
Here’s a complete guide on how to contribute and create a pull request.
Step 1
Look for the github repository you want to contribute to and fork the repo on top of the page
VS Code operates under a dual-licensing structure. The underlying source code is hosted on GitHub as the “Code - OSS” project and is licensed under the MIT License.
The version you download from Microsoft’s official website is a proprietary distribution. Microsoft takes the MIT-licensed source, adds telemetry (which can be disabled in settings) along with other modifications, then releases it under a Microsoft Product License. This license restricts you from redistributing the official binary or using it in ways not expressly permitted by Microsoft.
If you want the full VS Code experience without the proprietary “extra bits”, VSCodium is the community-driven alternative. It functions identically to VS Code but has telemetry disabled by default and removes all Microsoft branding.
VS Code/Codium has excellent integrated Git functionality that can be useful not only for beginners, but also for experienced developers.