From 266f74e16934150957ba71fa37fcf436b08661f2 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 30 Nov 2022 21:58:32 +0100 Subject: [PATCH] add vote data for RafaelGSS nomination (#1314) * add vote data for RafaelGSS nomination Fixes: https://github.com/nodejs/TSC/issues/1308 * fix grammar --- votes/2022-11-30-0.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 votes/2022-11-30-0.json diff --git a/votes/2022-11-30-0.json b/votes/2022-11-30-0.json new file mode 100644 index 00000000..28e12795 --- /dev/null +++ b/votes/2022-11-30-0.json @@ -0,0 +1,26 @@ +{ + "description": "Nominating RafaelGSS to the Node.js TSC", + "refs": ["https://github.com/nodejs/TSC/issues/1308"], + "outcome": "Yes", + "votes": { + "aduh95": 1, + "apapirovski": 1, + "BethGriggs": 1, + "BridgeAR": 1, + "cjihrig": 1, + "danielleadams": 1, + "fhinkel": 1, + "GeoffreyBooth": 1, + "gireeshpunathil": 1, + "jasnell": 1, + "joyeecheung": 1, + "legendecas": 1, + "mcollina": 1, + "mhdawson": 1, + "RaisinTen": 1, + "richardlau": 1, + "ronag": 1, + "targos": 1, + "Trott": 1 + } +}