From 6fcf369e90588701ec79650d6b341834686f89cf Mon Sep 17 00:00:00 2001 From: Chen Wang Date: Tue, 13 May 2025 10:29:16 +0800 Subject: [PATCH] MAINTAINERS: sort entries with tag in alphabetical Each entry must be sorted in alphabetical order with tag as the keyword. This makes it easier for searching when there are more entries in the future. And this is also a common practice in English, and alphabetical sorting is also more beautiful. Signed-off-by: Chen Wang --- MAINTAINERS | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index a3d88a91549..3b4928bb83d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -41,17 +41,18 @@ # Note: # - Each entry includes a `tag` that identifies the module or functionality, a `path` that points to the relevant code location, and `owners` who are the maintainers for that part of the codebase. # - If there are multiple entries, each entry should be separated by a blank line. Within a single entry, there is no need to insert blank lines between the tag, path, and owners. +# - Each entry must be sorted in alphabetical order with tag as the keyword. # Below are existing maintainer entries, divided by module: -tag: workflow -path: .github -owners: supper thomas(supperthomas)<78900636@qq.com>, Bingru Zhang(Rbb666)<751061401@qq.com>, Yuqiang Wang(kurisaW)<2053731441@qq.com> +tag: libc +path: components/libc +owners: Meco Jianting Man(mysterywolf)<920369182@qq.com> tag: stm32f407-rt-spark path: bsp/stm32/stm32f407-rt-spark owners: Bingru Zhang(Rbb666)<751061401@qq.com>, Yuqiang Wang(kurisaW)<2053731441@qq.com> -tag: libc -path: components/libc -owners: Meco Jianting Man(mysterywolf)<920369182@qq.com> +tag: workflow +path: .github +owners: supper thomas(supperthomas)<78900636@qq.com>, Bingru Zhang(Rbb666)<751061401@qq.com>, Yuqiang Wang(kurisaW)<2053731441@qq.com>