From 9e22541fd12a526eb3a92daadf1a7f374e2ac05a Mon Sep 17 00:00:00 2001 From: gitqa2 <58877+gitqa2@user.noreply.gitee.com> Date: Wed, 13 Mar 2024 02:42:44 +0000 Subject: [PATCH 1/5] test Signed-off-by: gitqa2 <58877+gitqa2@user.noreply.gitee.com> --- README.en.md | 37 +++++++++++++++++++++++++------------ README.md | 32 ++++++++++++++++++++++---------- 2 files changed, 47 insertions(+), 22 deletions(-) diff --git a/README.en.md b/README.en.md index 4408daa..a34f9ba 100644 --- a/README.en.md +++ b/README.en.md @@ -1,32 +1,45 @@ # liwen_repo -#### Description -{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} +# liwen_repo + +#### 介绍 +{**以下是 Gitee 平台说明,您可以替换此简介** +Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台 +无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)} + +#### 软件架构 +软件架构说明 -#### Software Architecture -Software architecture description -#### Installation +#### 安装教程 1. xxxx 2. xxxx 3. xxxx -#### Instructions +#### 使用说明 1. xxxx 2. xxxx 3. xxxx -#### Contribution +#### 参与贡献 + +1. Fork 本仓库 +2. 新建 Feat_xxx 分支 +3. 提交代码 +4. 新建 Pull Request + -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request +#### 特技 +1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md +2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) +3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 +4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 +5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) +6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) -#### 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) diff --git a/README.md b/README.md index e62961a..35b14d3 100644 --- a/README.md +++ b/README.md @@ -5,31 +5,43 @@ Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台 无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)} -#### 软件架构 -软件架构说明 +# liwen_repo + +#### Description +{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} +#### 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 + -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 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/) -#### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -- Gitee From d4ada6f9ac21449fabf2477cdb93044fad8b520d Mon Sep 17 00:00:00 2001 From: gitqa2 <58877+gitqa2@user.noreply.gitee.com> Date: Wed, 13 Mar 2024 02:48:33 +0000 Subject: [PATCH 2/5] add apps/order.rb. Signed-off-by: gitqa2 <58877+gitqa2@user.noreply.gitee.com> --- apps/order.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 apps/order.rb diff --git a/apps/order.rb b/apps/order.rb new file mode 100644 index 0000000..b47f947 --- /dev/null +++ b/apps/order.rb @@ -0,0 +1,4 @@ +asjdfkasldfkj +afsdjklfjasd +fasdjfkajsdfadsfjaf +asfjasdklfjlasf \ No newline at end of file -- Gitee From 1de9948c71675ebc6e4f5a3be51253e410953345 Mon Sep 17 00:00:00 2001 From: gitqa2 <58877+gitqa2@user.noreply.gitee.com> Date: Wed, 13 Mar 2024 02:49:25 +0000 Subject: [PATCH 3/5] add apps/models/concerns/abc. Signed-off-by: gitqa2 <58877+gitqa2@user.noreply.gitee.com> --- apps/models/concerns/abc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 apps/models/concerns/abc diff --git a/apps/models/concerns/abc b/apps/models/concerns/abc new file mode 100644 index 0000000..88310a2 --- /dev/null +++ b/apps/models/concerns/abc @@ -0,0 +1,5 @@ +asdfajsdlkfj +asdkfjasdf +asdkfjasld +afdskfjladsf +asdfjl \ No newline at end of file -- Gitee From fb376ce6fd61e4b5906c760ebe949929e9ec656d Mon Sep 17 00:00:00 2001 From: gitqa2 <58877+gitqa2@user.noreply.gitee.com> Date: Wed, 13 Mar 2024 02:49:44 +0000 Subject: [PATCH 4/5] add apps/models/email.rb. Signed-off-by: gitqa2 <58877+gitqa2@user.noreply.gitee.com> --- apps/models/email.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 apps/models/email.rb diff --git a/apps/models/email.rb b/apps/models/email.rb new file mode 100644 index 0000000..93ad445 --- /dev/null +++ b/apps/models/email.rb @@ -0,0 +1,5 @@ +fadslkjlsaf +asdjfkadsjf +asdfjklasfasdjf;asdfjklasfasdjffadsfkkjakls +asdjfasjdfl +adfjkalsjfla \ No newline at end of file -- Gitee From c6cc43a782c5809613deb4f4ae1d07df69427ead Mon Sep 17 00:00:00 2001 From: gitqa2 <58877+gitqa2@user.noreply.gitee.com> Date: Wed, 13 Mar 2024 02:50:12 +0000 Subject: [PATCH 5/5] update .gitee/ISSUE_TEMPLATE.zh-CN.md. Signed-off-by: gitqa2 <58877+gitqa2@user.noreply.gitee.com> --- .gitee/ISSUE_TEMPLATE.zh-CN.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitee/ISSUE_TEMPLATE.zh-CN.md b/.gitee/ISSUE_TEMPLATE.zh-CN.md index f09d98d..44282be 100644 --- a/.gitee/ISSUE_TEMPLATE.zh-CN.md +++ b/.gitee/ISSUE_TEMPLATE.zh-CN.md @@ -1,13 +1,22 @@ ### 该问题是怎么引起的? +asdfjasdlkjfla +asdfjasdlkjfla ### 重现步骤 +asdfjasdlkjfla ### 报错信息 +asdfjasdlkjfla + +asdfjasdlkjfla +fasmdfkljasdlf +adskjflasjdlf +asdfjklasjdf \ No newline at end of file -- Gitee