From 94dfebce39ae749480c54e399961be1645ed08f8 Mon Sep 17 00:00:00 2001 From: Juan Estrella Date: Mon, 25 May 2026 19:25:26 +0200 Subject: [PATCH 1/2] Add MAINTAINERS.md file Signed-off-by: Juan Estrella --- MAINTAINERS.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 MAINTAINERS.md diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 00000000..91020b0c --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,23 @@ +# Maintainers + +This file lists the maintainers of this repository. + +## Current maintainers + +| GitHub Username | Name | Organization | Email | +|----------------|------|--------------|-------| +| @Romkisel | Roman Kisel | *please add organization* | *please add email* | +| @alex-karpovich | Alex Karpovich | @epam | alexander.karpovich@gmail.com | +| @avavilau | *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 decb4271341e2df57b85d04ae40aff8c3f041067 Mon Sep 17 00:00:00 2001 From: Juan Estrella <36825759+TheJuanAndOnly99@users.noreply.github.com> Date: Thu, 13 Aug 2026 15:00:07 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 91020b0c..deb1351f 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -4,11 +4,11 @@ This file lists the maintainers of this repository. ## Current maintainers -| GitHub Username | Name | Organization | Email | -|----------------|------|--------------|-------| -| @Romkisel | Roman Kisel | *please add organization* | *please add email* | +| GitHub Username | Name | Organization | Email (optional) | +|----------------|------|--------------|------------------| +| @Romkisel | Roman Kisel | *please add organization* | | | @alex-karpovich | Alex Karpovich | @epam | alexander.karpovich@gmail.com | -| @avavilau | *please add name* | *please add organization* | *please add email* | +| @avavilau | *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).