- Fork this repository
- Clone your fork in your local machine using
git clone https://github.com/<username>/ComputerSystem.git
- Add your changes to the project
- Pull the remote updates
git remote add upstream https://github.com/shubhanshu02/InstiComplaints-App.git
git pull upstream master
- Push to your origin master using
git push origin master
- Make a pull request.
Each pull request should be well documented. It must list the changes made by the user. If possible and important, add the images for the changes as well.