summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-08-15 15:41:54 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-09-05 14:08:03 -0500
commitac81d02291462388bc69044af85bc7ebe19b2d3f (patch)
treefc47b24715c7c7c8b2473f85e767081cb1e98412
parentfeb3fee37661b15127025fcae948c84950ccec1d (diff)
Add INFO.yaml fileHEADmaster
Add INFO.yaml to list: - Project description - Properties - Issue Tracking - Contacts - PTL information - Meeting information - Committer information Change-Id: I635ae97da14acf6cb5f34d140bd8a3c6f1dbd538 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
-rw-r--r--INFO.yaml61
1 files changed, 61 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml
new file mode 100644
index 0000000..9aa1708
--- /dev/null
+++ b/INFO.yaml
@@ -0,0 +1,61 @@
+---
+project: 'rpm_dpdk'
+project_creation_date: 2016-10-7''
+project_category: ''
+lifecycle_state: 'Incubation'
+project_lead: &rpm_dpdk_ptl
+ name: 'n/a'
+ email: ''
+ id: ''
+ company: ''
+ timezone: ''
+primary_contact: *rpm_dpdk_ptl
+issue_tracking:
+ type: 'jira'
+ url: 'https://jira.fd.io/browse/RPMDPDK'
+ key: 'RPMDPDK'
+mailing_list:
+ type: 'groups.io'
+ url: 'https://lists.fd.io/g/rpm_dpdk'
+ tag: '<[sub-project_name]>'
+realtime_discussion:
+ type: 'irc'
+ server: 'freenode'
+ channel: 'rpm-dpdk'
+meetings:
+ - type: 'bluejeans'
+ agenda: ''
+ url: 'https://wiki.fd.io/view/Rpm-dpdk/Meeting'
+ server: 'n/a'
+ channel: 'rpm_dpdk'
+ repeats: 'bi-weekly'
+ time: '1300 EST'
+repositories:
+ - 'rpm_dpdk'
+committers:
+ - <<: *rpm_dpdk_ptl
+ - name: 'Billy McFall'
+ company: 'gmail'
+ email: 'william.mcfall.ii@gmail.com'
+ id: 'BillyM'
+ timezone: 'Atlantis/Shangri-la'
+ - name: 'Thomas F Herbert'
+ company: 'redhat'
+ email: 'therbert@redhat.com'
+ id: 'tfherbert'
+ timezone: 'Atlantis/Shangri-la'
+ - name: 'Vanessa Rene Valderrama'
+ company: 'linuxfoundation'
+ email: 'vvalderrama@linuxfoundation.org'
+ id: 'valderrv'
+ timezone: 'Atlantis/Shangri-la'
+tsc:
+ # yamllint disable rule:line-length
+ approval: ''
+ changes:
+ - type: 'removal'
+ name: ''
+ link: ''
+ - type: 'promotion'
+ name: ''
+ link: ''