From b29b338c553d0d801670f6964b3517ff142b9baa Mon Sep 17 00:00:00 2001 From: Mike Kistler Date: Thu, 25 Jun 2026 12:49:36 -0700 Subject: [PATCH] Add David Ortinau with CSHARP_SDK and CSHARP_SDK_ADMIN roles --- src/config/users.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/config/users.ts b/src/config/users.ts index c621a8b..1c36aee 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -159,6 +159,13 @@ export const MEMBERS: readonly Member[] = [ discord: '267646459187298305', memberOf: [ROLE_IDS.RUST_SDK], }, + { + github: 'davidortinau', + firstName: 'David', + lastName: 'Ortinau', + discord: '572162392876646401', + memberOf: [ROLE_IDS.CSHARP_SDK, ROLE_IDS.CSHARP_SDK_ADMIN], + }, { github: 'degiorgio', email: 'degiorgiokurt@outlook.com',