From d25b997b9e0988f66c08a7397e9c36fa371210c3 Mon Sep 17 00:00:00 2001 From: Hector Ventura Date: Sat, 15 Aug 2026 02:24:38 -0500 Subject: [PATCH] docs: add MAINTAINERS.md The org-wide GOVERNANCE.md states that maintainers are listed in each repository's MAINTAINERS.md, but no repository had one. Add it here, following the org-level template so the family does not drift into per-repo dialects. --- MAINTAINERS.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 MAINTAINERS.md diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..fb22a58 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,14 @@ +# Maintainers + +This file lists the people responsible for this repository. See the org-wide +[GOVERNANCE.md](https://github.com/floci-io/.github/blob/main/GOVERNANCE.md) for roles and the +path to becoming a Maintainer. + +## Lead Maintainer +- Hector Ventura (@hectorvent): final authority across the project. + +## Maintainers (this repository) +- Hector Ventura (@hectorvent): the Python Testcontainers module. + +## Emeritus +- (none yet)