Skip to content

iiitv/hacktoberfest21-web-gdsc-iiitv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest21-web-gdsc-iiitv

This is an initiative 🤟 by GDSC IIIT Vadodara to get students started with their initial step into the world of open source with the wave of 8th hacktoberfest (a fest which intends to learning and spreading awareness about open source culture). This initiative will help students to learn, grow and acquire basic skill set to begin their open source journey.

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}/hacktoberfest21-web-gdsc-iiitv.git

  3. Change Directory to hacktoberfest21-web-gdsc-iiitv , using cd hacktoberfest21-web-gdsc-iiitv

  4. Create a branch named feature-{github-username}, using git checkout -b feature-{github-username}

  5. Open the current directory in your editor.

  6. 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 --set-upstream origin {CURRENT_ACTIVE_BRANCH_NAME}

  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 ✌️