diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-08-02 18:06:38 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-08-02 18:06:38 -0700 |
commit | a6a3c38f0665906b081dc37781fb409c264b71fa (patch) | |
tree | 8d15a489afb99f5805779b26ed1107e441bd3ced | |
parent | b881e39ee33019a69f89cce134c7ff71c2b36f92 (diff) |
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: I81583494d90e6aa41cfd595c8fdda383aa9102b8
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | INFO.yaml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..66a12bf --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,55 @@ +--- +project: 'sdc-onap-ui-react' +project_creation_date: '2018-08-02' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &onap_sdc_ptl + name: 'Michael Lando' + email: 'ml636r@att.com' + id: 'ml636r' + company: 'ATT' + timezone: 'Israel/Lod' +primary_contact: *onap_sdc_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/SDC' + key: 'SDC' +mailing_list: + type: 'groups.io' + url: 'lists.onap.org' + tag: '<[sub-project_name]>' +realtime_discussion: '' +meetings: + - type: 'zoom' + agenda: '' + url: 'https://wiki.onap.org/pages/viewpage.action?pageId=6592847' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '14:00 UTC' +repositories: + - sdc-onap-ui-react +committers: + - <<: *onap_sdc_ptl + - name: 'Idan Amit' + email: 'ia096e@intl.att.com' + company: 'ATT' + id: 'idanamit' + timezone: 'Israel/Aviv' + - name: 'Tal Gitelman' + email: 'tg851x@intl.att.com' + company: 'ATT' + id: 'tgitelman' + timezone: 'Israel/Aviv' + - name: 'Yuli Shlosberg' + email: 'ys9693@att.com' + company: 'ATT' + id: 'ys9693' + timezone: 'Israel/Aviv' + - name: 'Einav Keidar' + email: 'einavw@amdocs.com' + company: 'ATT' + id: 'einavk' + timezone: 'Israel/Aviv' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' |