From 4af111813c976a1394e753fc987312218c7e8a3d Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Mon, 27 Aug 2018 11:04:26 -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: I02ef3fca1bef20ab5497b632c1995019bd7d1074 Signed-off-by: Vanessa Rene Valderrama --- INFO.yaml | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 INFO.yaml diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000000..e6adf596fa --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,86 @@ +--- +project: 'csit' +project_creation_date: '2016-01-05' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &csit_ptl + name: 'Maciek Konstantynowicz' + email: 'mkonstan@cisco.com' + id: 'mackonstan' + company: 'cisco' + timezone: '' +primary_contact: *csit_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.fd.io/secure/RapidBoard.jspa' + key: 'CSIT' +mailing_list: + type: 'groups.io' + url: 'https://lists.fd.io/g/csit-dev' + tag: 'n/a' +realtime_discussion: + type: 'irc' + server: 'freenode' + channel: 'fdio-csit' +meetings: + - type: 'zoom' + agenda: 'https://wiki.fd.io/view/CSIT/Meeting' + url: 'https://wiki.fd.io/view/CSIT/Meeting' + server: 'n/a' + channel: 'fdio-csit' + repeats: 'weekly' + time: '14:00 UTC' +repositories: + - 'csit' +committers: + - <<: *csit_ptl + - name: 'Carsten Koester' + company: 'cisco' + email: 'ckoester@cisco.com' + id: 'ckoester' + timezone: '' + - name: 'Dave Wallace' + company: '' + email: 'dwallacelf@gmail.com' + id: 'dwallacelf' + timezone: '' + - name: 'Hu Fangyin' + company: 'intel' + email: 'fangyinx.hu@intel.com' + id: 'hufangyin2016' + timezone: '' + - name: 'Jan Gelety' + company: 'cisco' + email: 'jgelety@cisco.com' + id: 'jgelety' + timezone: '' + - name: 'Matej Klotton' + company: 'pantheon' + email: 'matej.klotton@pantheon.tech' + id: 'mklotton' + timezone: '' + - name: 'Peter Mikus' + company: 'cisco' + email: 'pmikus@cisco.com' + id: 'pmikus' + timezone: '' + - name: 'Samuel Eliáš' + company: 'pantheon' + email: 'samuel.elias@pantheon.tech' + id: 'selias' + timezone: '' + - name: 'Tibor Frank' + company: 'cisco' + email: 'tifrank@cisco.com' + id: 'tifrank' + timezone: '' +tsc: + # yamllint disable rule:line-length + approval: '' + changes: + - type: 'removal' + name: '' + link: '' + - type: 'promotion' + name: '' + link: '' -- 2.16.6