Hacktoberfest 2022 - Task 2
For this task all required information is in the Task2 folder. Present yourself following the appropriate template.
Here, all you need is put your social media handles as follows:
-
Create a new branch for this task from the
master branch, call ittask2.git checkout master git branch -M task2 -
Declare a variable for your socials as
<username>_socials -
Follow the defined structure
[
yokwejuste_socials = {
"twitter_handle": "yokwejuste",
"likedin_handle": "yokwejuste",
"facebook": "yokwejuste5013",
"telegram_handle": "googledevz"
},
topolo_socials = {
"twitter_handle": "topolo",
"likedin_handle": "topolo2211772",
"facebook": "topolo0",
"telegram_handle": ""
}
]-
Commit these changes and make a pull request for this task. ```bash git commit -m "feat: added socials"
git push ``` -
Open a pull request from github.
-
Done!
