From 1b056ca2b79f449b1d19bf42cb97feef93cebaef Mon Sep 17 00:00:00 2001 From: Juan Estrella Date: Mon, 25 May 2026 17:05:09 +0200 Subject: [PATCH 1/2] Add MAINTAINERS.md file Signed-off-by: Juan Estrella --- MAINTAINERS.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 MAINTAINERS.md diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 00000000..e697876e --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,21 @@ +# Maintainers + +This file lists the maintainers of this repository, kept up to date by the project maintainers and visible to the entire community. + +For information about maintainer responsibilities and resources, see the [FINOS Maintainers Cheatsheet](https://community.finos.org/docs/finos-maintainers-cheatsheet). + +## Current maintainers + +| GitHub Username | Name | Organization | Email | +|----------------|------|--------------|-------| +| @fquinner | *please add name* | *please add organization* | *please add email* | + +## 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 32a0b3fa654d9853800b617101fb1c0ba3ebd5ad Mon Sep 17 00:00:00 2001 From: Juan Estrella Date: Mon, 25 May 2026 17:56:30 +0200 Subject: [PATCH 2/2] Update MAINTAINERS.md for clarity Removed redundant text and clarified maintainer responsibilities. --- MAINTAINERS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index e697876e..529904a7 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,8 +1,6 @@ # Maintainers -This file lists the maintainers of this repository, kept up to date by the project maintainers and visible to the entire community. - -For information about maintainer responsibilities and resources, see the [FINOS Maintainers Cheatsheet](https://community.finos.org/docs/finos-maintainers-cheatsheet). +This file lists the maintainers of this repository. ## Current maintainers @@ -10,6 +8,8 @@ For information about maintainer responsibilities and resources, see the [FINOS |----------------|------|--------------|-------| | @fquinner | *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: @@ -18,4 +18,4 @@ All changes to the maintainer list are managed openly: - **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 +Please email **help@finos.org** whenever this file is updated with a change to maintainership.