diff options
-rw-r--r-- | INFO.yaml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..daf2032 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,44 @@ +--- +project: 'usecase_ui_intent_analysis' +project_creation_date: '2022-06-25' +project_category: '' +lifecycle_state: 'Mature' +project_lead: &onap_usecase_ui_ptl + name: 'Keguang He' + email: 'hekeguang@chinamobile.com' + id: 'hekeguang' + company: 'CMCC' + timezone: 'China/Beijing' +primary_contact: *onap_usecase_ui_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/USECASEUI' + key: 'UUI' +mailing_list: + type: 'groups.io' + url: 'lists.onap.org' + tag: '[sub-project-name]' +realtime_discussion: '' +meetings: + - type: 'zoom' + agenda: 'https://wiki.onap.org/pages/viewpage.action?pageId=8228204' + url: 'https://wiki.onap.org/display/DW/Usecase+UI+Project' + server: '' + channel: '' + repeats: 'weekly' + time: '02:00 UTC' +repositories: + - usecase-ui/intent-analysis +committers: + - <<: *onap_usecase_ui_ptl + - name: 'Chuyi Guo' + email: 'guochuyi@chinamobile.com' + company: 'CMCC' + id: 'guochuyicmri' + - name: 'He Keguang' + email: 'hekeguang@chinamobile.com' + company: 'CMCC' + id: 'hekeguang' +tsc: + # yamllint disable rule:line-length + approval: 'https://lists.onap.org/pipermail/onap-tsc' |