From 86bafef7306a2009f30c288d90d4cb30d319ba5a Mon Sep 17 00:00:00 2001
From: Georgi Sabev <georgethebeatle@gmail.com>
Date: Tue, 23 Jul 2024 17:18:45 +0300
Subject: [PATCH 1/2] Sort contributor names lexicographically

It looks like contributor names were mostly sorted in lexicographical
order (case insensitive) with a few exceptions. This changes fixes the
order without changing the list of contributors in any way
---
 org/contributors.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/org/contributors.yml b/org/contributors.yml
index da563a1a..015bc18b 100644
--- a/org/contributors.yml
+++ b/org/contributors.yml
@@ -27,13 +27,13 @@ contributors:
 - bgandon
 - Birdrock
 - blgm
+- bonzofenix
 - bosh-admin-bot
 - bosh-init-concourse
 - bosh-windows-ci
 - boyan-velinov
 - brayanhenao
 - bruce-ricard
-- bonzofenix
 - c0d1ngm0nk3y
 - ccjaimes
 - cf-bosh-ci-bot
@@ -136,6 +136,7 @@ contributors:
 - metric-store-ci
 - mingxiao
 - mkocher
+- MNoeva
 - modulo11
 - moggibear
 - moleske
@@ -180,6 +181,7 @@ contributors:
 - rpranay1
 - rroberts2222
 - ryanwittrup
+- s-yonkov-yonkov
 - saloni-sshah
 - salzmannsusan
 - samze
@@ -231,7 +233,5 @@ contributors:
 - xtremerui
 - Yavor16
 - ystros
-- zucchinidev
-- MNoeva
 - ZPascal
-- s-yonkov-yonkov
+- zucchinidev

From e4252c66f1d3f1cfccf8f02289154a0b0b6926d3 Mon Sep 17 00:00:00 2001
From: Georgi Sabev <georgethebeatle@gmail.com>
Date: Wed, 24 Jul 2024 13:08:22 +0300
Subject: [PATCH 2/2] Add Yusmen Zabanov as a member

---
 org/contributors.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/org/contributors.yml b/org/contributors.yml
index 015bc18b..d31c0822 100644
--- a/org/contributors.yml
+++ b/org/contributors.yml
@@ -233,5 +233,6 @@ contributors:
 - xtremerui
 - Yavor16
 - ystros
+- zabanov-lab
 - ZPascal
 - zucchinidev