From ef426ed7714e87cee2097ed5245a78b92a0158ce Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Mon, 17 Jun 2019 14:20:20 -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: I6512fa02bd0c3b9556876843d547f8744c656e4c Signed-off-by: Vanessa Rene Valderrama --- INFO.yaml | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 INFO.yaml (limited to 'INFO.yaml') diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..37095ff --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,61 @@ +--- +project: 'opflexvpp' +project_creation_date: '2019-17-06' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &opflexvpp_ptl + name: '' + email: '' + id: '' + company: '' + timezone: '' +primary_contact: *opflexvpp_ptl +issue_tracking: + type: 'jira' + # yamllint disable-line rule:line-length + url: 'https://jira.fd.io/secure/RapidBoard.jspa?rapidView=17&projectKey=OPFLEX' + key: 'OPFLEX' +mailing_list: + type: 'groups.io' + url: 'https://lists.fd.io/g/opflexvpp-dev' + tag: 'n/a' +realtime_discussion: + type: 'irc' + server: 'freenode' + channel: 'fdio-opflexvpp' +meetings: + - type: '' + agenda: '' + url: '' + server: '' + channel: '' + repeats: '' + time: '' +repositories: + - 'opflexvpp' +committers: + - <<: *opflexvpp_ptl + - name: 'Neale Ranns' + company: 'cisco' + email: 'nranns@cisco.com' + id: 'nranns' + timezone: '' + - name: 'Kiran Shastri' + company: '' + email: 'shastrinator@gmail.com' + id: 'kshastri' + timezone: '' + - name: 'Mohsin Kazmi' + company: 'cisco' + email: 'sykazmi@cisco.com' + id: 'sykazmi' + timezone: '' +tsc: + approval: '' + changes: + - type: 'removal' + name: '' + link: '' + - type: 'promotion' + name: '' + link: '' -- cgit 1.2.3-korg