From 7d98df046fdf41b4a1718dd0e6ac5cb7f0a069e0 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 26 Aug 2026 13:58:36 +0100 Subject: [PATCH] chore: remove extensionless MAINTAINERS duplicate Scaffold boilerplate superseded by MAINTAINERS.adoc. The removed file carried no SPDX header and attributed maintainership to 'Metadatastician / @metadatastician'; MAINTAINERS.adoc carries the CC-BY-SA-4.0 header and names Jonathan D.A. Jewell as Lead Maintainer. Owner-directed 2026-08-26. Done via PR because these repos' rulesets require pull requests and verified signatures. Co-Authored-By: Claude Opus 5 --- MAINTAINERS | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS deleted file mode 100644 index 37f6411..0000000 --- a/MAINTAINERS +++ /dev/null @@ -1,43 +0,0 @@ -# Maintainers - -This file lists the current maintainers of this project. - -## Active Maintainers - -| Name | GitHub | Role | Since | -|------|--------|------|-------| -| Metadatastician | @metadatastician | Primary | Project Start | - -## Emeritus Maintainers - -None at this time. - -## Becoming a Maintainer - -To become a maintainer: - -1. Demonstrate consistent, high-quality contributions -2. Show understanding of the project's goals and architecture -3. Be active in code reviews and community discussions -4. Be nominated by an existing maintainer -5. Be approved by consensus of existing maintainers - -## Maintainer Responsibilities - -- Reviewing and merging pull requests -- Managing releases -- Triaging issues -- Enforcing code standards -- Mentoring new contributors -- Participating in decision-making - -## Maintainer Expectations - -- Respond to issues and PRs in a timely manner -- Follow the code of conduct -- Be transparent in decision-making -- Communicate clearly and respectfully - ---- - -*Last updated: 2026-07-18*