Skip to content

Commit 1663b1c

Browse files
committed
add Shruti
1 parent 919c392 commit 1663b1c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/libraries/maintainers.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ export const allMaintainers: Maintainer[] = [
170170
social: {
171171
twitter: 'https://x.com/AlemTuzlak',
172172
bluesky: 'https://bsky.app/profile/alem.forge42.dev',
173+
website: 'https://www.forge42.dev',
173174
},
174175
},
175176
{
@@ -389,6 +390,18 @@ export const allMaintainers: Maintainer[] = [
389390
frameworkExpertise: ['react'],
390391
specialties: ['Sync Engines', 'Incremental View Maintenance'],
391392
},
393+
{
394+
name: 'Shruti Kapoor',
395+
avatar: 'https://github.com/shrutikapoor08.png',
396+
github: 'shrutikapoor08',
397+
contributorOf: ['start'],
398+
frameworkExpertise: ['react'],
399+
specialties: ['Education', 'Documentation'],
400+
social: {
401+
twitter: 'https://x.com/shrutikapoor08',
402+
bluesky: 'https://bsky.app/profile/shrutikapoor08.bsky.social',
403+
},
404+
},
392405
]
393406

394407
export const coreMaintainers = allMaintainers.filter(

0 commit comments

Comments
 (0)