From f93409de301805ec8e8d33860f92f0fdba348dd0 Mon Sep 17 00:00:00 2001 From: Juan Estrella Date: Tue, 15 Sep 2026 10:59:05 +0200 Subject: [PATCH] Add responsibilities for maintaining MAINTAINERS.md --- docs/finos-maintainer-cheatsheet.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/finos-maintainer-cheatsheet.mdx b/docs/finos-maintainer-cheatsheet.mdx index abc7b296..fe0c2594 100644 --- a/docs/finos-maintainer-cheatsheet.mdx +++ b/docs/finos-maintainer-cheatsheet.mdx @@ -61,3 +61,4 @@ The below table lists maintainers' responsibilities and available resources. Ple | **CI/CD** | Project maintainers are responsible for integrating Continuous Integration and Continuous Deployment into their FINOS project builds: | | **Documentation** | Maintainers are responsible for publishing project documentation from their project's GitHub Repositories to FINOS Project Websites. | | **Security** | Maintainers are responsible for preventing, discovering and responsibly disclosing Security Vulnerability Issues as they affect their projects | +| **MAINTAINERS.md** | Maintainers are responsible for maintaining a MAINTAINERS.md file in their project repository's root directory. The MAINTAINERS.md file should list all maintainers and their contact information. |