Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.19 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.19 KB

Hacktoberfest 2022 - Task 2

Description

For this task all required information is in the Task2 folder. Present yourself following the appropriate template.

Contribution

Here, all you need is put your social media handles as follows:

  • Create a new branch for this task from the master branch, call it task2.

        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!