From bde156be9f4fe8171cb41aa1ea4e2a241bc3a25c Mon Sep 17 00:00:00 2001 From: Jerry Date: Mon, 26 May 2025 17:00:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +++++++++++++++- src/backend/keep | 0 thesis/thesis.md | 1 + 3 files changed, 16 insertions(+), 1 deletion(-) delete mode 100644 src/backend/keep create mode 100644 thesis/thesis.md diff --git a/README.md b/README.md index 3939f76..0380501 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,22 @@ ### 项目分工 - **后端api,人工智能算法** : `3`(主要) & `log_out` 使用python -- **前端网页设计**:`Jerry`(主要) & `log_out` 使用react +- **前端管理后台设计**:`Jerry`(主要) & `log_out` 使用react - **论文撰写**:`log_out`(主要) & `3` & `Jerry` +### 贡献流程 + +- **后端api**: + - 对于`3`:直接推送到`main`分支 + - 对于`Jerry`&`log_out`:**fork** 到自己仓库下,提交推送到自己的仓库,然后提交pullrequest并指定`3`审核 + +- **前端管理后台**: + - 对于`Jerry`:直接推送更新到`main`分支 + - 对于`3`&`log_out`:**fork** 到自己仓库下,提交推送到自己的仓库,然后提交pullrequest并指定`Jerry`审核 + +- **论文(thesis)**: + - **fork** 到自己仓库下,提交推送到自己的仓库,然后提交pullrequest并指定`log_out`审核 + +- **注意在推送前先更新项目** ### 项目活动时间 2025 6 - 8月 diff --git a/src/backend/keep b/src/backend/keep deleted file mode 100644 index e69de29..0000000 diff --git a/thesis/thesis.md b/thesis/thesis.md new file mode 100644 index 0000000..e1d66d0 --- /dev/null +++ b/thesis/thesis.md @@ -0,0 +1 @@ +# 论文(markdown形式) \ No newline at end of file