diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2018-08-27 11:04:26 -0500 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2018-09-06 14:01:21 -0500 |
commit | 4af111813c976a1394e753fc987312218c7e8a3d (patch) | |
tree | a11ba0f877899ccdde9a9a50469230bb1eaccb21 | |
parent | 49e89f2bfd4d429e57395f2a4c42873e46eccdd9 (diff) |
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- Issue Tracking
- Contacts
- PTL information
- Meeting information
- Committer information
Change-Id: I02ef3fca1bef20ab5497b632c1995019bd7d1074
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
-rw-r--r-- | INFO.yaml | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000000..e6adf596fa --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,86 @@ +--- +project: 'csit' +project_creation_date: '2016-01-05' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &csit_ptl + name: 'Maciek Konstantynowicz' + email: 'mkonstan@cisco.com' + id: 'mackonstan' + company: 'cisco' + timezone: '' +primary_contact: *csit_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.fd.io/secure/RapidBoard.jspa' + key: 'CSIT' +mailing_list: + type: 'groups.io' + url: 'https://lists.fd.io/g/csit-dev' + tag: 'n/a' +realtime_discussion: + type: 'irc' + server: 'freenode' + channel: 'fdio-csit' +meetings: + - type: 'zoom' + agenda: 'https://wiki.fd.io/view/CSIT/Meeting' + url: 'https://wiki.fd.io/view/CSIT/Meeting' + server: 'n/a' + channel: 'fdio-csit' + repeats: 'weekly' + time: '14:00 UTC' +repositories: + - 'csit' +committers: + - <<: *csit_ptl + - name: 'Carsten Koester' + company: 'cisco' + email: 'ckoester@cisco.com' + id: 'ckoester' + timezone: '' + - name: 'Dave Wallace' + company: '' + email: 'dwallacelf@gmail.com' + id: 'dwallacelf' + timezone: '' + - name: 'Hu Fangyin' + company: 'intel' + email: 'fangyinx.hu@intel.com' + id: 'hufangyin2016' + timezone: '' + - name: 'Jan Gelety' + company: 'cisco' + email: 'jgelety@cisco.com' + id: 'jgelety' + timezone: '' + - name: 'Matej Klotton' + company: 'pantheon' + email: 'matej.klotton@pantheon.tech' + id: 'mklotton' + timezone: '' + - name: 'Peter Mikus' + company: 'cisco' + email: 'pmikus@cisco.com' + id: 'pmikus' + timezone: '' + - name: 'Samuel Eliáš' + company: 'pantheon' + email: 'samuel.elias@pantheon.tech' + id: 'selias' + timezone: '' + - name: 'Tibor Frank' + company: 'cisco' + email: 'tifrank@cisco.com' + id: 'tifrank' + timezone: '' +tsc: + # yamllint disable rule:line-length + approval: '' + changes: + - type: 'removal' + name: '' + link: '' + - type: 'promotion' + name: '' + link: '' |