Skip to content

Commit 6fcf369

Browse files
committed
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 <[email protected]>
1 parent 74245ed commit 6fcf369

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

MAINTAINERS

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,18 @@
4141
# Note:
4242
# - 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.
4343
# - 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.
44+
# - Each entry must be sorted in alphabetical order with tag as the keyword.
4445

4546
# Below are existing maintainer entries, divided by module:
4647

47-
tag: workflow
48-
path: .github
49-
owners: supper thomas(supperthomas)<[email protected]>, Bingru Zhang(Rbb666)<[email protected]>, Yuqiang Wang(kurisaW)<2053731441@qq.com>
48+
tag: libc
49+
path: components/libc
50+
owners: Meco Jianting Man(mysterywolf)<920369182@qq.com>
5051

5152
tag: stm32f407-rt-spark
5253
path: bsp/stm32/stm32f407-rt-spark
5354
owners: Bingru Zhang(Rbb666)<[email protected]>, Yuqiang Wang(kurisaW)<[email protected]>
5455

55-
tag: libc
56-
path: components/libc
57-
owners: Meco Jianting Man(mysterywolf)<920369182@qq.com>
56+
tag: workflow
57+
path: .github
58+
owners: supper thomas(supperthomas)<[email protected]>, Bingru Zhang(Rbb666)<[email protected]>, Yuqiang Wang(kurisaW)<2053731441@qq.com>

0 commit comments

Comments
 (0)