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
It becomes a more tedious process for all those who are maintaining this repo to assign everyone to their respective issues.
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>