GDSC-MITS / Contribute-To-HacktoberFest

Link Tree for all our socials
https://linktr.ee/gdscmits
14 stars 41 forks source link
algori data-structures hacktoberfest hacktoberfest2022 hello-world open-source

Contribute-To-HacktoberFest

Component_1

GDSC MITS is hosting an "open-to-contribute" repository where everyone is free to make a pull request, even if they are submitting a PR (Pull Request) for the first time or this is their 100th PR, everyone is welcome to contribute

For details on how to contribute do checkout the CONTRIBUTING.md


Before submitting the Pull Request do make sure to provide a small description of what changes you have made

Only Pull Requests with a good description will be merged to the code base

Making issues is not required, please feel free to fork this repo and submit a pull request

It becomes a more tedious process for all those who are maintaining this repo to assign everyone to their respective issues.


How to Install and Configure git

Do checkout these tutorials from

Operating System
Windows winget install git.git
MacOS git --version
Ubuntu(Debian) sudo apt install git
Arch sudo pacman -S git
git config --global user.name <github username>
git config --global user.email <email used for github>