A Repository created solely for Sathyabama University Students to develop Open-Source Temper where they can add code in any language they want!
- Fork the Repository
- Using Gitbash/Terminal clone the Repository
git clone https://github.com/HarshCasper/OpenSource-Sathyabama
- Add the code or make the changes in the existing code.
- Implement these commands to make changes in the Repository:
git add .
git commit -m [Add your Commit Message]
git push origin master
- Find the option for making a Pull Request and submit one. Remember to follow the Contributing guidelines.
- Congratulations! You have made a Pull Request which will be reviewed and submitted 😃