Skip to content

Commit aa419aa

Browse files
committed
MAINTAINERS file: add documentation for file groups
Document file groups and how they should be used. Signed-off-by: Anas Nashif <[email protected]>
1 parent 55c9c33 commit aa419aa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

MAINTAINERS.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,22 @@
6060
# Like 'files-regex', but any matching files will be excluded from the
6161
# area.
6262
#
63+
# file-groups:
64+
# A list of groups of files that are treated as a single unit.
65+
# This is useful for areas where different collaborators are responsible for
66+
# different parts of the area.
67+
# Each group should have the following structure:
68+
# - name: <group name>
69+
# collaborators:
70+
# - <GitHub handle>
71+
# - <GitHub handle>
72+
# files:
73+
# - <file path>
74+
# - <file path>
75+
# files-regex:
76+
# - <regex pattern>
77+
# - <regex pattern>
78+
#
6379
# description: >-
6480
# Plain-English description. Describe what the system is about, from an
6581
# outsider's perspective.

0 commit comments

Comments
 (0)