Dear contributors,
I wanted to take a moment to express my sincerest gratitude for your hard work and dedication to the BCA project. Your contributions have been invaluable in helping us to achieve our goals and make this project a success. Your willingness to go above and beyond has not gone unnoticed and is greatly appreciated.
Thank you for your time, effort, and expertise. Your contributions have made a significant impact on the project, and we couldn't have done it without you.
Sincerely,
Milan Jadav
Contributor Name | Role | Github Profile |
---|---|---|
Mihir Patel | BCA Student | MIHIRPATEL1234 |
Kartvya Solanki | BCA Student | itskartu457 |
NAYANSINDHI | BCA Student | NAYANSINDHI |
Here are some steps you can follow to contribute to the BCA project on GitHub using Visual Studio Code:
-
Install the GitHub extension for Visual Studio Code: Open Visual Studio Code and go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the screen or by pressing Ctrl+Shift+X (Cmd+Shift+X on Mac). Search for "GitHub" and install the GitHub extension.
-
Fork the repository: Go to https://github.com/xmi1an/bca and click on the "Fork" button to create a copy of the repository on your GitHub account.
-
Clone the repository: In Visual Studio Code, open the Command Palette by pressing Ctrl+Shift+P (Cmd+Shift+P on Mac) and type "Git: Clone" to clone the repository. In the prompt, enter the URL of your forked repository and select a location on your local machine to save the repository.
-
Create a new branch: In Visual Studio Code, open the Source Control view by clicking on the Source Control icon in the Activity Bar on the side of the screen or by pressing Ctrl+Shift+G (Cmd+Shift+G on Mac). In the Source Control view, click on the "+" icon to create a new branch.
-
Checkout the new branch: In the Source Control view, click on the new branch to switch to it.
-
Add the practicals: In Visual Studio Code, open the folder of the repository on your local machine and add the practicals to the appropriate folder. Make sure to follow the naming conventions and file formats used in the existing practicals.
-
Commit your changes: In the Source Control view, enter a commit message and click on the checkmark icon to commit your changes to the branch.
-
Push the changes: In the Source Control view, click on the ... icon and select "Push" to push the changes to your forked repository on GitHub.
-
Create a pull request: Go to the original repository (https://github.com/xmi1an/bca) and click on the "New pull request" button. Select your branch and submit the pull request for review.
-
Wait for the review: The project maintainers will review your changes and may request changes or approve your pull request.
Please make sure to read the project's contributing guidelines and follow them before sending a pull request.