docs: add repo URL and access instructions to README

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-05 09:13:58 +00:00
parent 9a247a55fb
commit 7bcc2d6e0a
1 changed files with 25 additions and 0 deletions

View File

@ -1,5 +1,30 @@
# 光湖系统 · 模块代码总仓库
## 仓库链接与访问方式
**仓库地址:** https://github.com/qinfendebingshuo/guanghulab
### 如何访问与克隆
```bash
# HTTPS推荐无需配置 SSH Key
git clone https://github.com/qinfendebingshuo/guanghulab.git
# SSH需先在 GitHub 账号中添加 SSH 公钥)
git clone git@github.com:qinfendebingshuo/guanghulab.git
```
### 首次使用步骤
1. 打开仓库链接https://github.com/qinfendebingshuo/guanghulab
2. 点击右上角 **Fork** 按钮,将仓库 fork 到自己账号(推荐);
或直接联系仓库管理员qinfendebingshuo申请 **Collaborator** 写入权限。
3. 克隆到本地,进入自己负责的模块文件夹,按上传规范提交代码并发起 Pull Request。
> **注意:** 仓库目前为私有Private状态访问前请确认已被添加为 Collaborator否则无法看到仓库内容。
> 如未收到邀请,请联系管理员。
---
## 仓库结构
每个模块一个文件夹,开发者将代码上传到对应文件夹中。