diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-06-17 16:01:19 -0500 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-06-17 16:01:49 -0500 |
commit | ac52ef46cf6e059b44b8e9eb7f8bc107af14c457 (patch) | |
tree | 83d30fe4996885e3d3f2e51c043d49282ea23d2f | |
parent | c07ad72f016930e2aba6471d0e2e9625b935bf9a (diff) |
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 <vvalderrama@linuxfoundation.org>
-rw-r--r-- | INFO.yaml | 70 |
1 files changed, 70 insertions, 0 deletions
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: '' |