- Fork this repository to your github account.
- Clone the forked repository.
git clone https://github.com/username/STAC-IITMandi.github.io.git
- Create a new branch.
git checkout -b NewBranchName
- Make your changes.
- Stage the changes.
git add path/to/changed-files
- Commit your changes.
git commit -m "Appropriate Commit Message"
- Push your Changes
git push origin NewBranchName
- Create a Pull request
- Mention someone to review it.
- Celebrate your Contribution 🚀