From 6f1e03c0f0905032c92c8b28b12b4c81c30f2dc9 Mon Sep 17 00:00:00 2001 From: Juan Estrella Date: Tue, 26 May 2026 00:12:14 +0200 Subject: [PATCH 1/2] Add MAINTAINERS.md file Signed-off-by: Juan Estrella --- MAINTAINERS.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 MAINTAINERS.md diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..764136c --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,26 @@ +# Maintainers + +This file lists the maintainers of this repository. + +## Current maintainers + +| GitHub Username | Name | Organization | Email | +|----------------|------|--------------|-------| +| @adavies42 | *please add name* | *please add organization* | *please add email* | +| @alvin-c-shih | Alvin Shih | *please add organization* | *please add email* | +| @bingenito | Brian Ingenito | @morganstanley | *please add email* | +| @gyorokpeter | *please add name* | *please add organization* | *please add email* | +| @punx120 | *please add name* | *please add organization* | *please add email* | +| @rdffy | *please add name* | *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 918523f35026512ab8c99ef2cebd8c74c844ab15 Mon Sep 17 00:00:00 2001 From: Juan Estrella <36825759+TheJuanAndOnly99@users.noreply.github.com> Date: Thu, 13 Aug 2026 14:59:01 +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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 764136c..07154cf 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -4,14 +4,14 @@ This file lists the maintainers of this repository. ## Current maintainers -| GitHub Username | Name | Organization | Email | -|----------------|------|--------------|-------| -| @adavies42 | *please add name* | *please add organization* | *please add email* | -| @alvin-c-shih | Alvin Shih | *please add organization* | *please add email* | -| @bingenito | Brian Ingenito | @morganstanley | *please add email* | -| @gyorokpeter | *please add name* | *please add organization* | *please add email* | -| @punx120 | *please add name* | *please add organization* | *please add email* | -| @rdffy | *please add name* | *please add organization* | *please add email* | +| GitHub Username | Name | Organization | Email (optional) | +|----------------|------|--------------|------------------| +| @adavies42 | *please add name* | *please add organization* | | +| @alvin-c-shih | Alvin Shih | *please add organization* | | +| @bingenito | Brian Ingenito | @morganstanley | | +| @gyorokpeter | *please add name* | *please add organization* | | +| @punx120 | *please add name* | *please add organization* | | +| @rdffy | *please add name* | *please add organization* | | For information about maintainer responsibilities and resources, see the [FINOS Maintainers Cheatsheet](https://community.finos.org/docs/finos-maintainers-cheatsheet).