diff --git a/README.md b/README.md index 8daf9a77d7968183c10bf83947be1eda4d276e49..5b4f9af24660191286f41783d2c087a9952e5fe3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ - [Directory Structure](#section161941989596) - [Constraints](#section119744591305) - [Usage](#section169045116126) +- [Contribution](#section169045116136) - [Repositories Involved](#section1371113476307) ## Introduction @@ -34,6 +35,12 @@ QEMU applies only to the OpenHarmony kernel. For details about the ARM architecture, see [Qemu ARM Virt HOWTO](https://gitee.com/openharmony/device_qemu/blob/master/arm_virt/README.md). The RISCV architecture tutorial will be updated later. +## Contribution + +[How to involve](https://gitee.com/openharmony/docs/blob/master/en/contribute/contribution.md) + +[Commit message spec](https://gitee.com/openharmony/device_qemu/wikis/Commit%20message%E8%A7%84%E8%8C%83?sort_id=4042860) + ## Repositories Involved [Kernel subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/kernel.md) diff --git a/README_zh.md b/README_zh.md index eb420f7ac93b7ad17bb3bb703ba479312653f671..68679df712d3f3b4e6cf230e6d731540aadf08b1 100644 --- a/README_zh.md +++ b/README_zh.md @@ -4,6 +4,7 @@ - [目录](#section161941989596) - [约束](#section119744591305) - [使用说明](#section169045116126) +- [贡献](#section169045116136) - [相关仓](#section1371113476307) ## 简介 @@ -34,6 +35,12 @@ QEMU可以模拟内核运行在不同的单板,解除对物理开发板的依 arm架构参考[QEMU教程 for arm](https://gitee.com/openharmony/device_qemu/blob/master/arm_virt/README_zh.md),riscv架构教程待后续更新。 +## 贡献 + +[如何参与](https://gitee.com/openharmony/docs/blob/master/zh-cn/contribute/%E5%8F%82%E4%B8%8E%E8%B4%A1%E7%8C%AE.md) + +[Commit message规范](https://gitee.com/openharmony/device_qemu/wikis/Commit%20message%E8%A7%84%E8%8C%83?sort_id=4042860) + ## 相关仓 [内核子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E5%86%85%E6%A0%B8%E5%AD%90%E7%B3%BB%E7%BB%9F.md) diff --git a/arm_virt/README.md b/arm_virt/README.md index ff48999f49a4886b94ca81b1bc1fea67b5772706..77e5fd3237ebb66a8d2e85f0c735dbeb9dcf3100 100755 --- a/arm_virt/README.md +++ b/arm_virt/README.md @@ -15,11 +15,11 @@ Note: System memory size is hard-coded to 32MB. #### 2. Setting up environment -Refer to HOWTO guide: [Setting up a development environment](https://gitee.com/openharmony/docs/blob/master/docs-en/quick-start/setting-up-a-development-environment-1.md) +Refer to HOWTO guide: [Setting up a development environment](https://gitee.com/openharmony/docs/blob/master/en/device-dev/quick-start/environment-setup.md) #### 3. Code acquisition -Refer to HOWTO guide: [Code acquisition](https://gitee.com/openharmony/docs/blob/master/docs-en/get-code/source-code-acquisition.md) +Refer to HOWTO guide: [Code acquisition](https://gitee.com/openharmony/docs/blob/master/en/device-dev/get-code/Readme-EN.md) Note: One can use `repo` to fetch code in a straightforward manner. #### 4. Building from sources diff --git a/arm_virt/README_zh.md b/arm_virt/README_zh.md index 260a8016c46b0dfa8398ab22f2922d79f16d4632..518fb1ff692a72a4d393ec77f02a13b52cc22be4 100755 --- a/arm_virt/README_zh.md +++ b/arm_virt/README_zh.md @@ -10,11 +10,11 @@ Qemu中machine为 **virt** 的单板就是这种可配置的,例如:选择 ## 2. 环境搭建 -参考链接: [环境搭建](https://gitee.com/openharmony/docs/blob/master/quick-start/%E6%90%AD%E5%BB%BA%E7%8E%AF%E5%A2%83.md) +参考链接: [环境搭建](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/%E6%90%AD%E5%BB%BA%E7%B3%BB%E7%BB%9F%E7%8E%AF%E5%A2%83.md) ## 3. 获取源码 -参考链接: [代码获取](https://gitee.com/openharmony/docs/blob/master/get-code/%E6%BA%90%E7%A0%81%E8%8E%B7%E5%8F%96.md) +参考链接: [代码获取](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/get-code/%E6%BA%90%E7%A0%81%E8%8E%B7%E5%8F%96.md) 提示: 可以使用 `repo` 命令来获取源码。 ## 4. 源码构建