For this task all required information is in the Task1 folder. Present yourself following the appropriate template.
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 ```
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!