From ac52ef46cf6e059b44b8e9eb7f8bc107af14c457 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Mon, 17 Jun 2019 16:01:19 -0500 Subject: Add INFO.yaml file Add INFO.yaml to list: - Project description - Properties - Issue Tracking - Contacts - PTL information - Meeting information - Committer information Change-Id: I0722e3101112e849f9b1304d33df13622e758005 Signed-off-by: Vanessa Rene Valderrama --- INFO.yaml | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 INFO.yaml diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 00000000..847a8a42 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,70 @@ +--- +project: 'cicn' +project_creation_date: '2017-02-02' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &cicn_ptl + name: 'Luca Muscariello' + email: 'lumuscar+fdio@cisco.com' + id: 'muscariello' + company: 'cisco' + timezone: 'n/a' +primary_contact: *cicn_ptl +issue_tracking: + type: 'RT' + url: 'helpdesk@fd.io' + key: '' +mailing_list: + type: 'groups.io' + url: 'https://lists.fd.io/g/cicn-dev' + tag: '' +realtime_discussion: + type: 'irc' + server: 'freenode' + channel: 'fdio-infra' +meetings: + - type: 'zoom' + agenda: 'n/a' + url: 'n/a' + server: 'n/a' + channel: 'n/a' + repeats: 'n/a' + time: 'n/a' +repositories: + - 'cicn' +committers: + - <<: *cicn_ptl + - name: 'Alberto Compagno' + company: 'cisco' + email: 'acompagn+fdio@cisco.com' + id: 'acompagn' + timezone: '' + - name: 'Jim Gibson' + company: 'cisco' + email: 'gibson+fdio@cisco.com' + id: 'jgibson' + timezone: '' + - name: 'Jordan Augé' + company: 'cisco' + email: 'jordan.auge+fdio@cisco.com' + id: 'jordan.auge' + timezone: '' + - name: 'Mauro Sardara' + company: 'cisco' + email: 'msardara@cisco.com' + id: 'mauro91' + timezone: '' + - name: ' Michele Papalini' + company: 'cisco' + email: 'micpapal@cisco.com' + id: 'micpapal' + timezone: '' +tsc: + approval: '' + changes: + - type: 'removal' + name: '' + link: '' + - type: 'promotion' + name: '' + link: '' -- cgit 1.2.3-korg