From 309fc82f90b5f26ccca20967167b6a98085a81af Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Wed, 15 Aug 2018 15:34:16 -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: I0599a79858f2bea132182c6d85aa57631e6bcb8d Signed-off-by: Vanessa Rene Valderrama --- INFO.yaml | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 INFO.yaml diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..e268c4a --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,66 @@ +--- +project: 'tldk' +project_creation_date: '2016-05-19' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &tldk_ptl + name: 'n/a' + email: '' + id: '' + company: '' + timezone: '' +primary_contact: *tldk_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.fd.io/browse/TLDK' + key: 'TLDK' +mailing_list: + type: 'groups.io' + url: 'https://lists.fd.io/g/tldk-dev' + tag: '<[sub-project_name]>' +realtime_discussion: + type: 'irc' + server: 'freenode' + channel: 'fdio-tldk' +meetings: + - type: 'n/a' + agenda: '' + url: 'https://wiki.fd.io/view/TLDK/Meeting' + server: 'n/a' + channel: 'n/a' + repeats: 'n/a' + time: 'n/a' +repositories: + - 'tldk' +committers: + - <<: *tldk_ptl + - name: 'Mohammad Abdul Awal' + company: 'gmail' + email: 'abdulawal@gmail.com' + id: 'abdulawal' + timezone: 'Atlantis/Shangri-la' + - name: 'Ed Warnicke' + company: 'gmail' + email: 'hagbard@gmail.com' + id: 'hagbard' + timezone: 'Atlantis/Shangri-la' + - name: 'Keith Wiles' + company: 'intel' + email: 'keith.wiles@intel.com' + id: 'keithwiles' + timezone: 'Atlantis/Shangri-la' + - name: 'Konstantin Ananyev' + company: 'intel' + email: 'konstantin.ananyev@intel.com' + id: 'konstantin_ananyev' + timezone: 'Atlantis/Shangri-la' +tsc: + # yamllint disable rule:line-length + approval: '' + changes: + - type: 'removal' + name: '' + link: '' + - type: 'promotion' + name: '' + link: '' -- cgit 1.2.3-korg