Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.09 KB

Readme.md

File metadata and controls

41 lines (35 loc) · 1.09 KB

About the repo-----

This repo is source code for IIIT Gwalior page on IIITIANS NETWORK website visit here

Contribution Guidelines-------

If you find any issue on the page like broken links, alignment issues or if you want some enhancements such as more images of the insti then follow these steps :-

  1. Go to issues section and create an issue for the same.
  2. Drop a comment for getting that issue assigned to you.
  3. Fork this repo.
  4. Clone the repo to your local machine using
git clone [URL]
  1. Open the folder using
cd [folder name]
  1. Create a branch and switch to it for your change using
git checkout -b [branch name of your choice]
  1. Now you're all set to make changes. Open the folder using a code editor of your choice, make you changes and check them on your local machine.
  2. To push the changes to your forked repo--
git status
git add .
git commit -m"Your commit message"
git push origin [branch name]
  1. Go to your forked repo and create a pull request!
  2. Wait for it to get merged.