From 59cfdfafd9b8a838de45fba8006d8a50b38c686f Mon Sep 17 00:00:00 2001 From: kaixiliu Date: Sun, 4 Feb 2024 15:26:48 +0800 Subject: llm-adaptation add info.yaml Issue-ID: USECASEUI-832 Change-Id: I136613c8523e90cecdfcc6945a5a37f22e0a806b Signed-off-by: kaixiliu --- INFO.yaml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 INFO.yaml diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..88020ac --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,40 @@ +--- +project: 'usecase_ui_llm_adaptation' +project_creation_date: '2024-01-12' +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/llm-adaptation +committers: + - <<: *onap_usecase_ui_ptl + - name: 'Chuyi Guo' + email: 'guochuyi@chinamobile.com' + company: 'CMCC' + id: 'guochuyicmri' +tsc: + # yamllint disable rule:line-length + approval: 'https://lists.onap.org/pipermail/onap-tsc' -- cgit 1.2.3-korg