export interface ContributorData { name: string; github: string; org?: string; }