From c1033b6ac344faab2840d012fc605ab9faecdf03 Mon Sep 17 00:00:00 2001 From: Juan Estrella Date: Mon, 25 May 2026 23:51:56 +0200 Subject: [PATCH 1/2] Add MAINTAINERS.md file Signed-off-by: Juan Estrella --- MAINTAINERS.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 MAINTAINERS.md diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..a349af5 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,25 @@ +# Maintainers + +This file lists the maintainers of this repository. + +## Current maintainers + +| GitHub Username | Name | Organization | Email | +|----------------|------|--------------|-------| +| @AttilaMihaly | Attila Mihaly | Morgan Stanley | *please add email* | +| @DamianReeves | Damian Reeves | @CapitalOne | *please add email* | +| @nwokafor-choongsaeng | Nwokafor Choongsaeng | *please add organization* | *please add email* | +| @psmulovics | Peter Smulovics | Morgan Stanley | *please add email* | +| @stephengoldbaum | Stephen Goldbaum | *please add organization* | *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 81ed04ae6fe3486b02f042821474c682db16489f Mon Sep 17 00:00:00 2001 From: Juan Estrella <36825759+TheJuanAndOnly99@users.noreply.github.com> Date: Thu, 13 Aug 2026 14:57:20 +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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index a349af5..8804609 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -4,13 +4,13 @@ This file lists the maintainers of this repository. ## Current maintainers -| GitHub Username | Name | Organization | Email | -|----------------|------|--------------|-------| -| @AttilaMihaly | Attila Mihaly | Morgan Stanley | *please add email* | -| @DamianReeves | Damian Reeves | @CapitalOne | *please add email* | -| @nwokafor-choongsaeng | Nwokafor Choongsaeng | *please add organization* | *please add email* | -| @psmulovics | Peter Smulovics | Morgan Stanley | *please add email* | -| @stephengoldbaum | Stephen Goldbaum | *please add organization* | *please add email* | +| GitHub Username | Name | Organization | Email (optional) | +|----------------|------|--------------|------------------| +| @AttilaMihaly | Attila Mihaly | Morgan Stanley | | +| @DamianReeves | Damian Reeves | @CapitalOne | | +| @nwokafor-choongsaeng | Nwokafor Choongsaeng | *please add organization* | | +| @psmulovics | Peter Smulovics | Morgan Stanley | | +| @stephengoldbaum | Stephen Goldbaum | *please add organization* | | For information about maintainer responsibilities and resources, see the [FINOS Maintainers Cheatsheet](https://community.finos.org/docs/finos-maintainers-cheatsheet).