Skip to content
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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/users/Saran-pariyar.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"image": "https://avatars.githubusercontent.com/u/86418083",
"categories": [
{
"slug": "web-development",
"slug": "ç",
Copy link
Owner

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

"topics": ["react","CSS", "javascript"]
}
],
Expand Down
27 changes: 27 additions & 0 deletions data/users/codewithyaku.json
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"]
Copy link
Owner

Choose a reason for hiding this comment

The 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"
}
}
4 changes: 4 additions & 0 deletions public/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
{
"name": "Data Science",
"slug": "data-science"
},
{
"name": "Blockchain Development",
"slug": "blockchain"
Copy link
Owner

Choose a reason for hiding this comment

The 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

}
]