🐛 fix: remove developers with 0 contribution

This commit is contained in:
RiO
2024-12-25 06:52:40 +05:30
parent 0f3aca91e9
commit 16856d681a

View File

@@ -1,17 +1,12 @@
export const teamMembers = [
{
username: 'eshanized', // Using placeholder usernames that exist on GitHub
role: 'Core Development',
role: 'Lead Developer & Maintainer',
description: 'Leading the development of Snigdha OS core system and architecture',
},
{
username: 'd3v1l0n',
role: 'Security Tools',
role: 'Co Maintainer & Tools Developer',
description: 'Managing security tools integration and package maintenance',
},
{
username: 'alokified',
role: 'Project Lead',
description: 'Overseeing project direction and community engagement',
},
];