From adaf37dfa58f7cc4a100fa5643df431531551647 Mon Sep 17 00:00:00 2001 From: Daniel Radl Date: Sun, 12 Apr 2026 15:06:17 +0200 Subject: [PATCH] docs: add MAINTAINERS.md to document project maintainers --- MAINTAINERS.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 MAINTAINERS.md diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 00000000..b4afca59 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,25 @@ +# Maintainers + +This project is actively maintained by the following people. + +Maintainers are responsible for: + +- Reviewing and merging pull requests +- Managing releases +- Triaging and responding to issues +- Ensuring the overall health and direction of the project + +## Current Maintainers + +- [@revant](https://github.com/revant) +- [@DanielRadlAMR](https://github.com/DanielRadlAMR) +- [@Rocket-Quack](https://github.com/Rocket-Quack) + +## Emeritus Maintainers + +_(none)_ + +## Becoming a Maintainer + +Contributors who consistently help review pull requests, participate in issue triage, +and contribute to releases may be invited to become maintainers.