1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-28 19:06:12 +01:00

Add Seb, Michael, Melinda to Unleash team for docs contributions (#8406)

This commit is contained in:
Melinda Fekete 2024-10-09 17:22:01 +02:00 committed by GitHub
parent d032a91494
commit 335ed4563f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ import styles from './contributors.module.scss';
const unleashTeam = new Map([
['alvinometric', 'developer advocate, Unleash'],
['ardeche07', 'head of marketing, Unleash'],
['andreas-unleash', 'developer, Unleash'],
['ferrantim', 'head of marketing, Unleash'],
['chriswk', 'principal developer, Unleash'],
['daveleek', 'developer, Unleash'],
['FredrikOseberg', 'principal developer, Unleash'],
@ -20,6 +20,8 @@ const unleashTeam = new Map([
['sjaanus', 'senior developer, Unleash'],
['thomasheartman', 'developer, Unleash'],
['Tymek', 'developer, Unleash'],
['sebastian-bury', 'implementation architect, Unleash'],
['melindafekete', 'documentation lead, Unleash']
]);
const GitHubContributors = ({ owner, repo, filePath }) => {