From 03f086e80c92d047705b8fb8aa65ce6f0c3fa5e5 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Tue, 22 Jan 2019 14:25:41 -0600 Subject: Add INFO.yaml file Add INFO.yaml to list: - Project description - Properties - Issue Tracking - Contacts - PTL information - Meeting information - Committer information Change-Id: I9abb77a927c517aa7af1f8c1136bea022457f462 Signed-off-by: Vanessa Rene Valderrama --- INFO.yaml | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 INFO.yaml (limited to 'INFO.yaml') diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 000000000..73caa862c --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,69 @@ +--- +project: 'hicn' +project_creation_date: '2019-01-15' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &hicn_ptl + name: 'Luca Muscariello' + email: 'lumuscar+fdio@cisco.com' + id: 'muscariello' + company: 'Cisco' + timezone: '' +primary_contact: *hicn_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.fd.io/projects/hicn' + key: 'HICN' +mailing_list: + type: 'groups.io' + url: 'https://lists.fd.io/g/hicn-dev' + tag: '<[sub-project_name]>' +realtime_discussion: + type: 'slack' + server: '' + channel: 'https://fdio-hicn.slack.com' +meetings: + - type: 'slack' + agenda: 'n/a' + url: 'https://fdio-hicn.slack.com' + server: 'n/a' + channel: 'fdio-hicn' + repeats: '' + time: '' +repositories: + - 'hicn' +committers: + - <<: *hicn_ptl + - name: 'Alberto Compagno' + company: 'Cisco' + email: 'acompagn+fdio@cisco.com' + id: 'acompagn' + timezone: '' + - name: 'Jordan Augé' + company: 'Cisco' + email: 'jordan.auge+fdio@cisco.com' + id: 'jordan.auge' + timezone: '' + - name: 'Michele Papalini' + company: 'Cisco' + email: 'micpapal+fdio@cisco.com' + id: 'micpapal' + - name: 'Mauro Sardara' + company: 'Cisco' + email: 'msardara@cisco.com' + id: 'mauro91' + - name: 'Jacques Samain' + company: 'Cisco' + email: 'jsamain+fdio@cisco.com' + id: 'jsamain' + timezone: '' +tsc: + # yamllint disable rule:line-length + approval: '' + changes: + - type: 'removal' + name: '' + link: '' + - type: 'promotion' + name: '' + link: '' -- cgit 1.2.3-korg