1 Format of the files with metadata
2 =================================
5 General formatting rules
6 ------------------------
8 - Each file consists of one or more sections
9 - Each section separated by one or more empty lines
10 - Each line in section starts with capital letter (key),colon and space(s)
11 - Lines without key element are ignored
14 Git tree project object
15 -----------------------
18 G: [mandatory] Git path - Read only
20 O: [optional] Owner(s)
21 B: [optional] Branch(es) - Read Only
22 L: [optional] License(s)
23 C: [optional] Comments
30 D: [mandatory] Domain - Read Only
31 N: [optional] reserved for parent domain (in case of declaring sub-domains) - Read Only
32 A: [optional] Architect(s)
33 M: [optional] Maintainer(s)
34 I: [optional] Integrator(s)
35 R: [optional] Reviewers(s)
36 E: [optional] Description - Read Only
44 P: [optional] Profile (Mobile,IVI,...)
45 E: [optional] Description
52 A - Architect. Format: FullName <address@domain>
53 B - Branch. Format: [a-z0-9\._]+
60 I - Integrator. Format: FullName <address@domain>
64 M - Maintainer. Format: FullName <address@domain>
65 N - PareNt. References another domain object.
66 O - Git Owner. Format: FullName <address@domain>