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:
- [Use the FINOS Open Developer Platform for Continuous Integration and Deployment.](/docs/development-infrastructure/continuous-integration/intro/)
|
| **Documentation** | Maintainers are responsible for publishing project documentation from their project's GitHub Repositories to FINOS Project Websites. - [Use Docusaurus and GitHub Actions for Publishing Project Documentation.](/docs/development-infrastructure/project-documentation#docusaurus)
|
| **Security** | Maintainers are responsible for preventing, discovering and responsibly disclosing Security Vulnerability Issues as they affect their projects- [Use the FINOS Open Developer Platform for Project Security Vulnerability Scanning.](/docs/development-infrastructure/code-validation/whitesource)
- [Follow the FINOS responsible disclosure policy.](/docs/governance/Software-Projects/cve-responsible-disclosure)
|
+| **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. |