boards: add maintainer to the platform yaml file

Each board needs to have a maintainer to allow automatic assignment and
adding reviewers when pull requests concerning the platform are being
submitted.

This is now a placeholder so we can start adding maintainers early, the
data is not being used anywhere yet.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-02-28 11:19:21 -05:00
parent 033e301e10
commit 43d3dfb7c5

View file

@ -13,6 +13,10 @@ type: map
mapping:
"identifier":
type: str
"maintainers":
type: seq
seq:
- type: str
"name":
type: str
"type":