Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 610 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (19 loc) · 610 Bytes

How to Contribute

  1. Fork this repository
  2. Clone your fork in your local machine using
git clone https://github.com/<username>/ComputerSystem.git
  1. Add your changes to the project
  2. Pull the remote updates
git remote add upstream https://github.com/shubhanshu02/InstiComplaints-App.git
git pull upstream master
  1. Push to your origin master using
git push origin master
  1. Make a pull request.

Format for Pull Requests

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.