From c5f0d066d529e47a4e35acfd601c865f3ca82030 Mon Sep 17 00:00:00 2001 From: anolis-copy Date: Tue, 30 Aug 2022 09:07:12 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20READ?= =?UTF-8?q?ME.en.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 README.en.md diff --git a/README.en.md b/README.en.md deleted file mode 100644 index e861800..0000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# anolis-lab-course - -#### Description -龙蜥实验室-课程 - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) -- Gitee From 827f21edd686170f530048d4966ee57b1cb6f2c3 Mon Sep 17 00:00:00 2001 From: anolis-copy Date: Tue, 30 Aug 2022 09:07:30 +0000 Subject: [PATCH 2/3] add test-add. Signed-off-by: anolis-copy --- test-add | 1 + 1 file changed, 1 insertion(+) create mode 100644 test-add diff --git a/test-add b/test-add new file mode 100644 index 0000000..15ab437 --- /dev/null +++ b/test-add @@ -0,0 +1 @@ +test-add -- Gitee From 3d58466e9f04f079fba8329c297b679edeefe984 Mon Sep 17 00:00:00 2001 From: anolis-copy Date: Tue, 30 Aug 2022 09:08:49 +0000 Subject: [PATCH 3/3] update README.md. Signed-off-by: anolis-copy --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/README.md b/README.md index c5a3959..d91e632 100644 --- a/README.md +++ b/README.md @@ -3,30 +3,6 @@ #### 介绍 龙蜥实验室-课程 -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -- Gitee