From 6fd1c8e407eb57bcb42198975dd1fdb1c0de1013 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Fri, 24 Aug 2018 14:38:44 -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: I939393516705e28364bf4dcc64e671499c3c596f Signed-off-by: Vanessa Rene Valderrama --- INFO.yaml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 INFO.yaml diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..dbfe451 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,56 @@ +--- +project: 'puppet-fdio' +project_creation_date: '2016-11-04' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &puppet-fdio_ptl + name: 'Feng Pan' + email: 'fpan@redhat.com' + id: 'fpan' + company: 'RedHat' + timezone: '' +primary_contact: *puppet-fdio_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.fd.io/projects/PUP' + key: 'PUP' +mailing_list: + type: 'groups.io' + url: 'https://lists.fd.io/g/puppet-fdio' + tag: '' +realtime_discussion: + type: 'irc' + server: 'freenode' + channel: 'lf-releng' +meetings: + - type: 'n/a' + agenda: 'n/a' + url: 'n/a' + server: 'n/a' + channel: 'n/a' + repeats: 'n/a' + time: 'n/a' +repositories: + - 'puppet-fdio' +committers: + - <<: *_ptl + - name: 'Feng Pan' + company: 'redhat' + email: 'fpan@redhat.com' + id: 'fpan' + timezone: '' + - name: 'Tim Rozet' + company: 'redhat' + email: 'trozet@redhat.com' + id: 'trozet' + timezone: '' +tsc: + # yamllint disable rule:line-length + approval: '' + changes: + - type: 'removal' + name: '' + link: '' + - type: 'promotion' + name: '' + link: '' -- cgit 1.2.3-korg