Skip to content

iiitv/github-workshop-jan-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git and Github Workshop Dec 9

Successful contributors ✨ of this project will be featured on the GDSC website so as to bring attraction and learn via seeing the impact of contribution in the real time. ⌛

How to contribute?

Follow the instructions in order:

  1. Fork this repository.

  2. Clone your fork, using git clone https://github.com/{GITHUB_USERNAME}/github-workshop-dec-2023.git

  3. Change Directory to github-workshop-dec-2023 , using cd github-workshop-dec-2023

  4. Open the current directory in your editor.

  5. Fill this block with necessary info of yourself.

    {
      "name": {YOUR_NAME},
      "batch": {YOUR_BATCH_COMMENCEMENT_YEAR},
      "picture_url": {PICTURE_CDN_URL},
      "twitter": {TWITTER_HANDLE_LINK},
      "github": {YOUR_GITHUB_PROFILE_LINK},
      "linkedin": {YOUR_LINKEDIN_PROFILE_LINK},
      "quote": {QUOTE_WHICH_DEFINES_YOU}
    }
  1. To get your PICTURE_CDN_URL head over to https://imgbb.com/ and upload one of your nice looking image 😎 and get's it's url.

  2. Now add the above filled block to the data array in data.json file

  3. Stage your changes with commend git add data.json

  4. Now commit the changes with comment message, git commit -m "Add {YOUR_GITHUB_USERNAME} information"

  5. Push the changes using, git push origin master

  6. Open a pull request: As soon as the changes will be pushed, GUI of repository's main page will show a yellow banner saying you too open a Pull request, just click on it and you are done.

Happy Hacking ✌️