Comment 1 for bug 1497655

Revision history for this message
Alexander Charykov (acharykov) wrote :

MAINTAINERS in different reviews has different format.

I think that MAINTAINERS on top level will have list with dict of repo:

On top level:
{ 'maintainers':
[{'fuelmenu/':
  [{'IRC': 'mattymo',
    'email': '<email address hidden>',
    'name': 'Matthew Mosesohn'},
{'IRC': 'mattymo',
    'email': '<email address hidden>',
    'name': 'Matthew Mosesohn'}],
},
{'docs/':
  [{'IRC': 'mattymo',
    'email': '<email address hidden>',
    'name': 'Matthew Mosesohn'},
{ 'email': '<email address hidden>',
    'name': 'User2'}],
}]}

In subfolders:
{'maintainers': [{
  'IRC': 'mattymo',
  'email': '<email address hidden>',
  'name': 'Matthew Mosesohn'
},
{
  'email': '<email address hidden>',
  'name': 'User2'
}]}