From b8a4657cfe93ded90f1efbc2d9f6a1abb1155f66 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Fri, 24 Aug 2018 14:45:01 -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: I26ccfa20fddd94c79b5b56523a7ffaaee982f231 Signed-off-by: Vanessa Rene Valderrama --- INFO.yaml | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 INFO.yaml diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..974081d --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,71 @@ +--- +project: 'one' +project_creation_date: '2016-03-28' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &one_ptl + name: 'Florin Coras' + email: 'florin.coras@gmail.com' + id: 'florin.coras' + company: '' + timezone: '' +primary_contact: *one_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.fd.io/projects/ONE' + key: 'ONE' +mailing_list: + type: 'groups.io' + url: 'https://lists.fd.io/g/one-dev' + tag: '' +realtime_discussion: + type: 'irc' + server: 'freenode' + channel: 'fdio-one' +meetings: + - type: 'n/a' + agenda: 'n/a' + url: 'n/a' + server: 'n/a' + channel: 'n/a' + repeats: 'n/a' + time: '' +repositories: + - 'one' +committers: + - <<: *one_ptl + - name: 'Alberto Rodriguez-Natal' + company: '' + email: 'rodrigueznatal@gmail.com' + id: 'arnatal' + timezone: '' + - name: 'C.J. Collier' + company: 'colliertech' + email: 'cjac+cjcollier@colliertech.org' + id: 'cjcollier' + timezone: '' + - name: 'Vina Ermagan' + company: '' + email: 'ermagan@gmail.com' + id: 'ermagan' + timezone: '' + - name: 'Florin Coras' + company: '' + email: 'florin.coras@gmail.com' + id: 'florin.coras' + timezone: '' + - name: 'Lori Jakab' + company: '' + email: 'lorand.jakab@gmail.com' + id: 'ljakab' + timezone: '' +tsc: + # yamllint disable rule:line-length + approval: '' + changes: + - type: 'removal' + name: '' + link: '' + - type: 'promotion' + name: '' + link: '' -- cgit 1.2.3-korg