From 2b7ab35253e726143a298ed952a1d2e122677bb2 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Tue, 22 Jan 2019 14:36:07 -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: I0555f08fb334671e6411765d8040ec0af65ce8d3 Signed-off-by: Vanessa Rene Valderrama --- INFO.yaml | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 INFO.yaml diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..6f1d585 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,66 @@ +--- +project: 'jvpp' +project_creation_date: '2019-01-22' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &jvpp_ptl + name: 'Michal Cmarada' + email: 'mcmarada@cisco.com' + id: 'mcmarada' + company: 'Cisco' + timezone: '' +primary_contact: *jvpp_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.fd.io/projects/JVPP' + key: 'JVPP' +mailing_list: + type: 'groups.io' + url: 'https://lists.fd.io/g/jvpp-dev' + tag: '<[sub-project_name]>' +realtime_discussion: + type: '' + server: '' + channel: '' +meetings: + - type: '' + agenda: '' + url: '' + server: '' + channel: '' + repeats: '' + time: '' +repositories: + - 'jvpp' +committers: + - <<: *jvpp_ptl + - name: 'Marek Gradzki' + company: 'Cisco' + email: 'margradz@gmail.com' + id: 'mgradzki' + timezone: '' + - name: 'Tibor Kral' + company: 'Pantheon Tech' + email: 'Tibor.Kral@pantheon.tech' + id: 'tibor.kral' + timezone: '' + - name: 'Rastislav Szabo' + company: 'Cisco' + email: 'raszabo@cisco.com' + id: 'raszabo' + timezone: '' + - name: 'Jerome Tollet' + company: 'Cisco' + email: 'jtollet@cisco.com' + id: 'jtollet' + timezone: '' +tsc: + # yamllint disable rule:line-length + approval: '' + changes: + - type: 'removal' + name: '' + link: '' + - type: 'promotion' + name: '' + link: '' -- cgit 1.2.3-korg