From a7e441d73e118e9182345f7cb876d9e240842f64 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Fri, 24 Aug 2018 17:07:59 -0500 Subject: [PATCH] Add INFO.yaml file Add INFO.yaml to list: - Project description - Properties - Issue Tracking - Contacts - PTL information - Meeting information - Committer information Change-Id: I17a85c11fa1d6e5bd42b1bf4b022f025593ffe99 Signed-off-by: Vanessa Rene Valderrama --- INFO.yaml | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 INFO.yaml diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 000000000..977ec201c --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,76 @@ +--- +project: 'ci-management' +project_creation_date: '2015-11-19' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &ci-management_ptl + name: 'n/a' + email: 'n/a' + id: 'n/a' + company: 'n/a' + timezone: 'n/a' +primary_contact: *ci-management_ptl +issue_tracking: + type: 'RT' + url: 'helpdesk@fd.io' + key: '' +mailing_list: + type: 'groups.io' + url: 'https://lists.fd.io/g/ci-management-dev' + tag: '' +realtime_discussion: + type: 'irc' + server: 'freenode' + channel: 'fdio-infra' +meetings: + - type: 'n/a' + agenda: 'n/a' + url: 'n/a' + server: 'n/a' + channel: 'n/a' + repeats: 'n/a' + time: 'n/a' +repositories: + - 'ci-management' +committers: + - <<: *ci-management_ptl + - name: 'Andrew Grimberg' + company: 'linuxfoundation' + email: 'agrimberg@linuxfoundation.org' + id: 'agrimberg' + timezone: '' + - name: 'C.J. Collier' + company: 'colliertech' + email: 'cjac+cjcollier@colliertech.org' + id: 'cjcollier' + timezone: '' + - name: 'Ed Kern' + company: 'cisco' + email: 'ejk@cisco.com' + id: 'ejk' + timezone: '' + - name: 'Ed Warnicke' + company: 'gmail' + email: 'hagbard@gmail.com' + id: 'hagbard' + timezone: '' + - name: 'Vanessa Rene Valderrama' + company: 'linuxfoundation' + email: 'vvalderrama@linuxfoundation.org' + id: 'valderrv' + timezone: '' + - name: 'Thanh Ha (zxiiro)' + company: 'gmail' + email: 'zxiiro@gmail.com' + id: 'zxiiro' + timezone: '' +tsc: + # yamllint disable rule:line-length + approval: '' + changes: + - type: 'removal' + name: '' + link: '' + - type: 'promotion' + name: '' + link: '' -- 2.16.6