diff options
author | kaixiliu <liukaixi@chinamobile.com> | 2024-02-04 15:26:48 +0800 |
---|---|---|
committer | kaixiliu <liukaixi@chinamobile.com> | 2024-02-04 15:27:00 +0800 |
commit | 59cfdfafd9b8a838de45fba8006d8a50b38c686f (patch) | |
tree | b23685ecf3c93fb0d1583f4cc9f5870955fa8b29 | |
parent | 3ed6d844b37cd689a7e6c57a24614750c5881f88 (diff) |
llm-adaptation add info.yaml
Issue-ID: USECASEUI-832
Change-Id: I136613c8523e90cecdfcc6945a5a37f22e0a806b
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
-rw-r--r-- | INFO.yaml | 40 |
1 files changed, 40 insertions, 0 deletions
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' |