Skip to content

Commit d48fdad

Browse files
committed
MAINTAINERS file: add documentation for file groups
Document file groups and how they should be used. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 996c62b commit d48fdad

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

MAINTAINERS.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,28 @@
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+
# files-exclude:
79+
# - <file path>
80+
# - <file path>
81+
# files-regex-exclude:
82+
# - <regex pattern>
83+
# - <regex pattern>
84+
#
6385
# description: >-
6486
# Plain-English description. Describe what the system is about, from an
6587
# outsider's perspective.

0 commit comments

Comments
 (0)