Skip to content

Commit

Permalink
add location to example member file
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltott committed Oct 9, 2023
1 parent 9913351 commit 23f4201
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions members/members/_EXAMPLE.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { MemberObject } from '../types';
// import { profileMasks } from '../flare';

// Change _EXAMPLE to `yourGitHubUserName` and add your info below
export const _EXAMPLE: MemberObject = {
// GitHub username (required)
github: 'yourGitHubUserName',
Expand Down Expand Up @@ -44,4 +45,11 @@ export const _EXAMPLE: MemberObject = {
// { type: 'website', url: 'https://virtualcoffee.io', title: 'Title of link' },
],
badges: [],
// Add your location to our member map at https://virtualcoffee.io/members (optional)
// Feel free to be as specific or vague as you're comfortable with.
// location: {
// latitude: 41.48266891706046,
// longitude: -81.80009779282766,
// title: 'Lakewood, OH', // optional
// },
};

0 comments on commit 23f4201

Please sign in to comment.