Skip to content

Commit 71a72af

Browse files
authored
Adding some missing people (#1127)
1 parent f1e39bb commit 71a72af

3 files changed

Lines changed: 40 additions & 0 deletions

File tree

.all-contributorsrc

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2659,6 +2659,36 @@
26592659
"contributions": [
26602660
"ideas"
26612661
]
2662+
},
2663+
{
2664+
"login": "simonkurtz-MSFT",
2665+
"name": "Simon Kurtz",
2666+
"avatar_url": "https://avatars.githubusercontent.com/u/84809797?v=4",
2667+
"profile": "https://github.com/simonkurtz-MSFT",
2668+
"contributions": [
2669+
"agents",
2670+
"infra",
2671+
"instructions"
2672+
]
2673+
},
2674+
{
2675+
"login": "TemitayoAfolabi",
2676+
"name": "Temitayo Afolabi",
2677+
"avatar_url": "https://avatars.githubusercontent.com/u/108681158?v=4",
2678+
"profile": "https://github.com/TemitayoAfolabi",
2679+
"contributions": [
2680+
"agents"
2681+
]
2682+
},
2683+
{
2684+
"login": "joeVenner",
2685+
"name": "JoeVenner",
2686+
"avatar_url": "https://avatars.githubusercontent.com/u/61122897?v=4",
2687+
"profile": "https://github.com/joeVenner",
2688+
"contributions": [
2689+
"code",
2690+
"ideas"
2691+
]
26622692
}
26632693
]
26642694
}

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,11 @@ Thanks goes to these wonderful people ([emoji key](./CONTRIBUTING.md#contributor
417417
<td align="center" valign="top" width="14.28%"><a href="http://weblogs.asp.net/jongalloway"><img src="https://avatars.githubusercontent.com/u/68539?v=4" width="100px;" alt=""/><br /><sub><b>Jon Galloway</b></sub></a></td>
418418
<td align="center" valign="top" width="14.28%"><a href="https://jlbeard.com/"><img src="https://avatars.githubusercontent.com/u/4313198?v=4" width="100px;" alt=""/><br /><sub><b>Josh Beard</b></sub></a></td>
419419
<td align="center" valign="top" width="14.28%"><a href="http://jpinzer.me/"><img src="https://avatars.githubusercontent.com/u/8357054?v=4" width="100px;" alt=""/><br /><sub><b>Julian</b></sub></a></td>
420+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/simonkurtz-MSFT"><img src="https://avatars.githubusercontent.com/u/84809797?v=4" width="100px;" alt=""/><br /><sub><b>Simon Kurtz</b></sub></a></td>
421+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TemitayoAfolabi"><img src="https://avatars.githubusercontent.com/u/108681158?v=4" width="100px;" alt=""/><br /><sub><b>Temitayo Afolabi</b></sub></a></td>
422+
</tr>
423+
<tr>
424+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/joeVenner"><img src="https://avatars.githubusercontent.com/u/61122897?v=4" width="100px;" alt=""/><br /><sub><b>JoeVenner</b></sub></a></td>
420425
</tr>
421426
</tbody>
422427
<tfoot>

website/src/pages/contributors.astro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,11 @@ import PageHeader from '../components/PageHeader.astro';
372372
<td align="center" valign="top" width="14.28%"><a href="http://weblogs.asp.net/jongalloway"><img src="https://avatars.githubusercontent.com/u/68539?v=4" width="100px;" alt=""/><br /><sub><b>Jon Galloway</b></sub></a></td>
373373
<td align="center" valign="top" width="14.28%"><a href="https://jlbeard.com/"><img src="https://avatars.githubusercontent.com/u/4313198?v=4" width="100px;" alt=""/><br /><sub><b>Josh Beard</b></sub></a></td>
374374
<td align="center" valign="top" width="14.28%"><a href="http://jpinzer.me/"><img src="https://avatars.githubusercontent.com/u/8357054?v=4" width="100px;" alt=""/><br /><sub><b>Julian</b></sub></a></td>
375+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/simonkurtz-MSFT"><img src="https://avatars.githubusercontent.com/u/84809797?v=4" width="100px;" alt=""/><br /><sub><b>Simon Kurtz</b></sub></a></td>
376+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TemitayoAfolabi"><img src="https://avatars.githubusercontent.com/u/108681158?v=4" width="100px;" alt=""/><br /><sub><b>Temitayo Afolabi</b></sub></a></td>
377+
</tr>
378+
<tr>
379+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/joeVenner"><img src="https://avatars.githubusercontent.com/u/61122897?v=4" width="100px;" alt=""/><br /><sub><b>JoeVenner</b></sub></a></td>
375380
</tr>
376381
</tbody>
377382
<tfoot>

0 commit comments

Comments
 (0)