-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new volunteer Yakumwamba #41
base: main
Are you sure you want to change the base?
Changes from all commits
53bbda8
8d4ff28
36803f6
4c4cb10
df676fa
3e6d885
caae425
a0bce45
e6223c3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "Yaku", | ||
"bio": "Full-Stack developer", | ||
"image": "https://avatars.githubusercontent.com/u/72974932?v=4", | ||
"categories": [ | ||
{ | ||
"slug": "programming", | ||
"topics": ["javascript","blockhain"] | ||
}, | ||
{ | ||
"slug": "mobile-development", | ||
"topics": ["android","java","kotlin"] | ||
}, | ||
{ | ||
"slug": "web-development", | ||
"topics": ["javascript","CSS"] | ||
}, | ||
{ | ||
"slug": "software-development", | ||
"topics": ["Python","Go"] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: topic names in smallcase Also python go and javascript should go in programming. Blockchain can be dropped from programming |
||
} | ||
|
||
], | ||
"contacts": { | ||
"twitter": "codewithYaku" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,9 @@ | |
{ | ||
"name": "Data Science", | ||
"slug": "data-science" | ||
}, | ||
{ | ||
"name": "Blockchain Development", | ||
"slug": "blockchain" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i see you are not using this tag so can revert this too |
||
} | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert changes in this file