From 1231f40789bc494358441dcac27089fe8b9e28a0 Mon Sep 17 00:00:00 2001 From: laokz Date: Tue, 1 Jun 2021 19:47:26 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20readme=E5=A2=9E=E5=8A=A0=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E8=A7=84=E8=8C=83=E9=93=BE=E6=8E=A5=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=A4=B1=E6=95=88=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7777ce5a86167d4e4c372d365f991d98105359cf Signed-off-by: laokz --- README.md | 7 +++++++ README_zh.md | 7 +++++++ arm_virt/README.md | 4 ++-- arm_virt/README_zh.md | 4 ++-- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8daf9a7..5b4f9af 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 eb420f7..68679df 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 ff48999..77e5fd3 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 260a801..518fb1f 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. 源码构建 -- Gitee