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}/gdsc-github-workshop-2023.git
-
Change Directory to
gdsc-github-workshop-2023
, usingcd gdsc-github-workshop-2023
-
Open the current directory in your editor.
-
Fill this block with necessary info of yourself.
{
"name": Padmnabh Tewari,
"batch": 2023,
"picture_url": "https://imgur.com/a/QMXGjD3" ,
"twitter": "https://x.com/PadmnabhTewari?t=wZ_7xpHgrJ9zbJMy-U6U4Q&s=09",
"github": "https://github.com/PadmnabhTewari/",
"linkedin": "",
"quote": "WORK HARD"
}
-
To get your
PICTURE_CDN_URL
head over to https://imgur.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 origin master
-
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 ✌️