From 9b2c11f031c4f3c49c2da2387d6610eb3fbf629d Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 30 Jun 2026 14:25:19 +0700 Subject: [PATCH] Convert MAINTAINERS.rst to Markdown (MAINTAINERS.md) Co-Authored-By: Claude Opus 4.8 (1M context) --- MAINTAINERS.md | 8 ++++++++ MAINTAINERS.rst | 10 ---------- 2 files changed, 8 insertions(+), 10 deletions(-) create mode 100644 MAINTAINERS.md delete mode 100644 MAINTAINERS.rst diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 000000000..faabc245c --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,8 @@ +# Maintainers + +- [Ha Thach](https://github.com/hathach) — author and maintainer +- [Zixun Li (HiFiPhile)](https://github.com/HiFiPhile) — maintainer; audio expertise + +Everyone who has contributed is credited per release in the +[changelog](docs/info/changelog/index.rst) and in the GitHub +[contributors graph](https://github.com/hathach/tinyusb/graphs/contributors). diff --git a/MAINTAINERS.rst b/MAINTAINERS.rst deleted file mode 100644 index fe890e4d9..000000000 --- a/MAINTAINERS.rst +++ /dev/null @@ -1,10 +0,0 @@ -*********** -Maintainers -*********** - -- `Ha Thach `__ — author and maintainer -- `Zixun Li (HiFiPhile) `__ — maintainer; audio expertise - -Everyone who has contributed is credited per release in the -`changelog `__ and in the GitHub -`contributors graph `__.