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. ⌛
Follow the instructions in order:
-
Fork this repository.
-
Clone your fork, using
git clone https://github.com/{GITHUB_USERNAME}/hacktoberfest21-web-gdsc-iiitv.git
-
Change Directory to
hacktoberfest21-web-gdsc-iiitv
, usingcd hacktoberfest21-web-gdsc-iiitv
-
Create a branch named
feature-{github-username}
, usinggit checkout -b feature-{github-username}
-
Open the current directory in your editor.
-
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}
}
-
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. -
Now add the above filled block to the
data
array indata.json
file -
Stage your changes with commend
git add data.json
-
Now commit the changes with comment message,
git commit -m "Add {YOUR_GITHUB_USERNAME} information"
-
Push the changes using,
git push --set-upstream origin {CURRENT_ACTIVE_BRANCH_NAME}
-
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 ✌️