From 46bcceb927b1bce07c1c9517f45470703293eb84 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Fri, 24 Aug 2018 15:08:27 -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: Ibe3fae589600784d98880e017e54c66a34d0c2e3 Signed-off-by: Vanessa Rene Valderrama --- INFO.yaml | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 INFO.yaml (limited to 'INFO.yaml') diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 000000000..0361596e0 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,76 @@ +--- +project: 'honeycomb' +project_creation_date: '2016-12-18' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &honeycomb_ptl + name: 'Marek Gradzki' + email: 'margradz@gmail.com' + id: 'mgradzki' + company: '' + timezone: '' +primary_contact: *honeycomb_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.fd.io/projects/HONEYCOMB' + key: 'HONEYCOMB' +mailing_list: + type: 'groups.io' + url: 'https://lists.fd.io/g/honeycomb-dev' + tag: '' +realtime_discussion: + type: 'irc' + server: 'freenode' + channel: 'fdio-honeycomb' +meetings: + - type: 'zoom' + agenda: 'https://wiki.fd.io/view/Honeycomb/Meeting' + url: 'https://wiki.fd.io/view/Honeycomb/Meeting' + server: 'n/a' + channel: 'fdio-honeycomb' + repeats: 'bi-weekly' + time: '17:00 CET' +repositories: + - 'honeycomb' +committers: + - <<: *honeycomb_ptl + - name: 'Dave Wallace' + company: '' + email: 'dwallacelf@gmail.com' + id: 'dwallacelf' + timezone: '' + - name: 'Ed Warnicke' + company: '' + email: 'hagbard@gmail.com' + id: 'hagbard' + timezone: '' + - name: 'Juraj Sloboda' + company: 'cisco' + email: 'jsloboda@cisco.com' + id: 'jsloboda' + timezone: '' + - name: 'Marek Gradzki' + company: '' + email: 'margradz@gmail.com' + id: 'mgradzki' + timezone: '' + - name: 'Maroš Maršalek' + company: '' + email: 'maros.mars@gmail.com' + id: 'mmarsale' + timezone: '' + - name: 'Robert Varga' + company: '' + email: 'nite@hq.sk' + id: 'rovarga' + timezone: '' +tsc: + # yamllint disable rule:line-length + approval: '' + changes: + - type: 'removal' + name: '' + link: '' + - type: 'promotion' + name: '' + link: '' -- cgit 1.2.3-korg