From 109032b5b4fbd505eb64e280b572e2a9f46fbe4d Mon Sep 17 00:00:00 2001 From: Juan Estrella Date: Mon, 25 May 2026 23:49:54 +0200 Subject: [PATCH 1/2] Add MAINTAINERS.md file Signed-off-by: Juan Estrella --- MAINTAINERS.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 MAINTAINERS.md diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..e0d0beb --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,36 @@ +# Maintainers + +This file lists the maintainers of this repository. + +## Current maintainers + +| GitHub Username | Name | Organization | Email | +|----------------|------|--------------|-------| +| @AFine-gs | *please add name* | *please add organization* | *please add email* | +| @MauricioUyaguari | Mauricio Uyaguari | *please add organization* | lmauricio12@gmail.com | +| @Yasirmod17 | Mohammed Ibrahim | *please add organization* | *please add email* | +| @agitana | Aitana Myohl | Goldman Sachs | *please add email* | +| @aormerod-gs | Andrew Ormerod | *please add organization* | *please add email* | +| @appwiz | Rohan Deshpande | @goldmansachs | *please add email* | +| @aziemchawdhary-gs | Aziem Chawdhary | *please add organization* | *please add email* | +| @beekemarie | Beeke-Marie Nelke | *please add organization* | *please add email* | +| @davidharte-gs | *please add name* | *please add organization* | *please add email* | +| @epsstan | Ephrim Stanley | *please add organization* | *please add email* | +| @gs-rpant1729 | *please add name* | *please add organization* | rohit.r.pant@gs.com | +| @ivan-kyosev-gs | *please add name* | *please add organization* | *please add email* | +| @kevin-m-knight-gs | Kevin Knight | Goldman Sachs | *please add email* | +| @mimi-tam | *please add name* | *please add organization* | *please add email* | +| @pierredebelen | Pierre De Belen | *please add organization* | pierre.debelen@gmail.com | +| @rafaelbey | Rafael Bey-Hernandez | Goldman Sachs | *please add email* | + +For information about maintainer responsibilities and resources, see the [FINOS Maintainers Cheatsheet](https://community.finos.org/docs/finos-maintainers-cheatsheet). + +## Updating this file + +All changes to the maintainer list are managed openly: + +- **Submit a Pull Request** to this file for any addition, removal, or update. +- **If your project's governance requires a vote**, document or link to the vote outcome in the PR description or comments. +- This process creates a public audit trail of project leadership over time. + +Please email **help@finos.org** whenever this file is updated with a change to maintainership. \ No newline at end of file From c4be452f0e723cc83c649638499397747280b272 Mon Sep 17 00:00:00 2001 From: Juan Estrella <36825759+TheJuanAndOnly99@users.noreply.github.com> Date: Thu, 13 Aug 2026 14:56:55 +0200 Subject: [PATCH 2/2] Make maintainer email optional Drop the please-add-email placeholder and label the column Email (optional). Existing addresses are left unchanged. Signed-off-by: Juan Estrella <36825759+TheJuanAndOnly99@users.noreply.github.com> --- MAINTAINERS.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index e0d0beb..0aa8d64 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -4,24 +4,24 @@ This file lists the maintainers of this repository. ## Current maintainers -| GitHub Username | Name | Organization | Email | -|----------------|------|--------------|-------| -| @AFine-gs | *please add name* | *please add organization* | *please add email* | +| GitHub Username | Name | Organization | Email (optional) | +|----------------|------|--------------|------------------| +| @AFine-gs | *please add name* | *please add organization* | | | @MauricioUyaguari | Mauricio Uyaguari | *please add organization* | lmauricio12@gmail.com | -| @Yasirmod17 | Mohammed Ibrahim | *please add organization* | *please add email* | -| @agitana | Aitana Myohl | Goldman Sachs | *please add email* | -| @aormerod-gs | Andrew Ormerod | *please add organization* | *please add email* | -| @appwiz | Rohan Deshpande | @goldmansachs | *please add email* | -| @aziemchawdhary-gs | Aziem Chawdhary | *please add organization* | *please add email* | -| @beekemarie | Beeke-Marie Nelke | *please add organization* | *please add email* | -| @davidharte-gs | *please add name* | *please add organization* | *please add email* | -| @epsstan | Ephrim Stanley | *please add organization* | *please add email* | +| @Yasirmod17 | Mohammed Ibrahim | *please add organization* | | +| @agitana | Aitana Myohl | Goldman Sachs | | +| @aormerod-gs | Andrew Ormerod | *please add organization* | | +| @appwiz | Rohan Deshpande | @goldmansachs | | +| @aziemchawdhary-gs | Aziem Chawdhary | *please add organization* | | +| @beekemarie | Beeke-Marie Nelke | *please add organization* | | +| @davidharte-gs | *please add name* | *please add organization* | | +| @epsstan | Ephrim Stanley | *please add organization* | | | @gs-rpant1729 | *please add name* | *please add organization* | rohit.r.pant@gs.com | -| @ivan-kyosev-gs | *please add name* | *please add organization* | *please add email* | -| @kevin-m-knight-gs | Kevin Knight | Goldman Sachs | *please add email* | -| @mimi-tam | *please add name* | *please add organization* | *please add email* | +| @ivan-kyosev-gs | *please add name* | *please add organization* | | +| @kevin-m-knight-gs | Kevin Knight | Goldman Sachs | | +| @mimi-tam | *please add name* | *please add organization* | | | @pierredebelen | Pierre De Belen | *please add organization* | pierre.debelen@gmail.com | -| @rafaelbey | Rafael Bey-Hernandez | Goldman Sachs | *please add email* | +| @rafaelbey | Rafael Bey-Hernandez | Goldman Sachs | | For information about maintainer responsibilities and resources, see the [FINOS Maintainers Cheatsheet](https://community.finos.org/docs/finos-maintainers-cheatsheet).