Chinmay-03 / Hacktoberfest-X-MIBCS-2022

Hacktoberfest X MIBCS 2022 repo for students to contribute in open source projects within campus
GNU General Public License v3.0
40 stars 72 forks source link
community-project contributions-welcome first-contributions good-first-issue hacktoberfest hacktoberfest-accepted hacktoberfest2022 newbie-friendly open-source

Hactoberfest-X-MIBCS-2022

Hactoberfest X MIBCS 2022 is a repository for students to contribute to open source projects within the campus or any on the internet

You should fork and star this repository

Contribution Guidelines

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star!

⭐ How to get started with open source?

You can refer to the following articles on the basics of Git and Github.

How to contribute:

1. Fork this repository.

2. Clone your forked copy of the project.

git clone https://github.com/<your_username>/Hactoberfest-X-MIBCS-2022.git

3. Navigate to the project directory :file_folder: .

cd Hactoberfest-X-MIBCS-2022

4. Add a reference (remote) to the original repository.

git remote add upstream https://github.com/Chinmay-03/Hactoberfest-X-MIBCS-2022.git

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project (updated repository).

git pull upstream main

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perfom your desired changes to the code base.

9. Track your changes ✔.

git add . 

10. Commit your changes.

git commit -m "Relevant message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on Compare & pull requests.

13. Add appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create pull request.

15. Voilà! You have made a PR to Originals. Wait for your submission to be accepted and your PR to be merged.

Ask doubts in the Discussion Forum




mibcs