# openEuler-portal **Repository Path**: haml/openEuler-portal ## Basic Information - **Project Name**: openEuler-portal - **Description**: The repository of openEuler portal - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 119 - **Created**: 2022-07-11 - **Last Updated**: 2023-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 准备 1. 参考 [http://git.mydoc.io/?t=179267](http://git.mydoc.io/?t=179267) 注册 Gitee 账号。 2. 在 Gitee 个人设置中设置主邮箱地址,在此[https://gitee.com/profile/emails](https://gitee.com/profile/emails)。 3. 签署贡献者协议,[https://www.openeuler.org/zh/other/cla](https://www.openeuler.org/zh/other/cla)。 ## 提交轻量级PR 1. Fork openEuler 官网项目 到你自己的 Gitee 上。如果需要具体指导请参考 。 2. 修改配置文件 打开此目录下的 https://gitee.com/`your-gitee-id`/openEuler-portal/tree/master/app/.vitepress/src/data/download download-commercial-release.ts配置文件,在 zh.COMMERCIAL_RELEASE_LIST下按照`发行时间`顺序新增一条数据。(如有对应英文翻译,可在en.COMMERCIAL_RELEASE_LIST 下按照同样方式新增一条数据即可在英文语言下显示) ```js { NAME: '版本名称', DOWNLOAD_URL: '下载地址', DESC: '版本描述', MANUFACTURER: '发行厂商', PUBLISH_DATE: '发行时间', DETAILED_LINK: [ // 支持架构 { ARCH: 'x86_64', }, { ARCH: 'AArch64', }, ], }, ``` 确认信息无误点击提交 3. 参考 提交你的 PR 4. 等待评审和合入。