diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2018-08-24 15:08:27 -0500 |
---|---|---|
committer | Marek Gradzki <margradz@gmail.com> | 2018-09-24 06:39:17 +0000 |
commit | 46bcceb927b1bce07c1c9517f45470703293eb84 (patch) | |
tree | 41ff9f6d89c30e6891f69307f5064d747064c2da /INFO.yaml | |
parent | da6e2a545018ad24380f541ff8c4beafb577deb1 (diff) |
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 <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'INFO.yaml')
-rw-r--r-- | INFO.yaml | 76 |
1 files changed, 76 insertions, 0 deletions
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: '' |