summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2019-01-22 14:36:07 -0600
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2019-01-24 15:14:47 -0600
commit2b7ab35253e726143a298ed952a1d2e122677bb2 (patch)
tree3aba9eaad72f6e527e1be19938341ee58587121e
parent21f3798c7938d070725816214368394e6a16bd04 (diff)
Add INFO.yaml file
Add INFO.yaml to list: - Project description - Properties - Issue Tracking - Contacts - PTL information - Meeting information - Committer information Change-Id: I0555f08fb334671e6411765d8040ec0af65ce8d3 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
-rw-r--r--INFO.yaml66
1 files changed, 66 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml
new file mode 100644
index 0000000..6f1d585
--- /dev/null
+++ b/INFO.yaml
@@ -0,0 +1,66 @@
+---
+project: 'jvpp'
+project_creation_date: '2019-01-22'
+project_category: ''
+lifecycle_state: 'Incubation'
+project_lead: &jvpp_ptl
+ name: 'Michal Cmarada'
+ email: 'mcmarada@cisco.com'
+ id: 'mcmarada'
+ company: 'Cisco'
+ timezone: ''
+primary_contact: *jvpp_ptl
+issue_tracking:
+ type: 'jira'
+ url: 'https://jira.fd.io/projects/JVPP'
+ key: 'JVPP'
+mailing_list:
+ type: 'groups.io'
+ url: 'https://lists.fd.io/g/jvpp-dev'
+ tag: '<[sub-project_name]>'
+realtime_discussion:
+ type: ''
+ server: ''
+ channel: ''
+meetings:
+ - type: ''
+ agenda: ''
+ url: ''
+ server: ''
+ channel: ''
+ repeats: ''
+ time: ''
+repositories:
+ - 'jvpp'
+committers:
+ - <<: *jvpp_ptl
+ - name: 'Marek Gradzki'
+ company: 'Cisco'
+ email: 'margradz@gmail.com'
+ id: 'mgradzki'
+ timezone: ''
+ - name: 'Tibor Kral'
+ company: 'Pantheon Tech'
+ email: 'Tibor.Kral@pantheon.tech'
+ id: 'tibor.kral'
+ timezone: ''
+ - name: 'Rastislav Szabo'
+ company: 'Cisco'
+ email: 'raszabo@cisco.com'
+ id: 'raszabo'
+ timezone: ''
+ - name: 'Jerome Tollet'
+ company: 'Cisco'
+ email: 'jtollet@cisco.com'
+ id: 'jtollet'
+ timezone: ''
+tsc:
+ # yamllint disable rule:line-length
+ approval: ''
+ changes:
+ - type: 'removal'
+ name: ''
+ link: ''
+ - type: 'promotion'
+ name: ''
+ link: ''