Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.55 KB

README.md

File metadata and controls

49 lines (39 loc) · 1.55 KB

Hacktoberfest 2022 - Task 1

task 1 hacktoberfest

Description

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

Contribution

For task 1, follow these instructions below:

  • Add your details following the previous example.

  • Respect the Json formatting json [ { "name": "Steve Yonkeu", "github_handle": "yokwejuste", "hacktoberfest_round": "third", "role": [ "maintainer", "contributor" ] }, { "name": "Fisher Monk", "github_handle": "fisherman20183698", "hacktoberfest_round": "first", "role": [ "contributor" ] } ]

  • Commit the change made and push

      ```bash
      git commit -m "feat: added <username> as contributor"
    
      git push -u
    
      ```
    
  • Go to our your github and a pull request open a pull request

Submission

To submit your task, create a pull request to this repository. You can find more information about how to create a pull request here.

  • Done!