Welcome to the simplest guide on how to contribute to any project. This guide will walk you through the process of making your first contribution. The best part is, you donβt need to worry about installing anything like Git, Node.js, or Python.
OR
Follow the necessary instructions for running the project in README.md or CONTRIBUTING.md.
Note: Repositories like this make it even easier for contributors as they donβt have to worry about running the project or navigating the repo. If you donβt know what .devcontainer is, donβt worry; I will explain it to you in a simple way. π
The code within this .devcontainer will handle everything, from installing dependencies to configuring and then running it on the local host. π οΈ
Make the necessary changes for the feature or bug fix you want to implement. π§
You can create a pull request from VS code itself, but I donβt suggest that. π¦
Open the Feature Branch GitHub page and Click Compare & pull request button. π
If you donβt see the above option, you can click βContributeβ; this will present you with an option to create the same pull request. π€
Mention the issue number in the description if your pull request addresses a specific issue. π
If the owner or maintainer requests changes, make them in the same branch and commit. No need to create a new pull request this time. π
If you prefer not to work in the browser-based VS Code, you can open the command palette [Ctrl + Shift + P] and search for βopen in.β
Note: It takes around 1-1.5 minutes to fully load the repository on VS Code desktop. β³
Feel free to explore my dedicated Git repository for experimentation. You can do anything you wantβliterally anything. I would be happy to interact with you. π