Skip to content

Main #222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Main #222

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@

<br>



## 方案与实现

详细描述针对该问题或功能改进的解决方案

<br>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
! Contributors : Mikachu2333 <[email protected]>
! |
! Created On : <2023-12-28>
! Last Modified : <2025-06-20>
! Last Modified : <2025-06-26>
! ---------------------------------------------------------- -->

<div align="center">
Expand Down Expand Up @@ -43,7 +43,7 @@
---

> [!NOTE]
> 这是你可以参与的第一个现实世界中有用的C语言项目,[用 VS Code 一分钟内上手编译、运行、测试 chsrc ](./doc/01-Develop.md)
> 这是你可以参与的第一个现实世界中有用的C语言项目,[用 VS Code 一分钟内上手编译、运行、测试 chsrc](./doc/01-Develop.md)
>
> 欢迎对 GitHub、Gitee 协作不熟悉的人以此为契机学习参与贡献, 欢迎任何编程初学者。[从开发到提交PR,我们覆盖全流程文档](./doc/)
,作者可提供一定的 [贡献指导](https://github.com/RubyMetric/chsrc/discussions/50)
Expand Down
17 changes: 4 additions & 13 deletions doc/01-Develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
! -------------------------------------------------------------
! Doc Type : Markdown
! Doc Name : 01-Develop.md
! Doc Authors : Aoran Zeng <[email protected]>
! Contributors : Nul None <[email protected]>
! Doc Authors : Aoran Zeng <[email protected]>
! Contributors : Nul None <[email protected]>
| Mikachu2333 <[email protected]>
! |
! Created On : <2024-12-27>
! Last Modified : <2025-06-20>
! Last Modified : <2025-06-26>
! ---------------------------------------------------------- -->

# 开发 chsrc
Expand All @@ -27,8 +28,6 @@

<br>



## 获取代码

**请务必使用 dev 分支开发**
Expand All @@ -41,8 +40,6 @@ git clone https://gitee.com/RubyMetric/chsrc.git -b dev

<br>



## 编译运行

共有四种构建模式:
Expand Down Expand Up @@ -84,8 +81,6 @@ make br

<br>



## Debug

**如果你使用 `just`,可以在 VS Code 中获得更好的体验,按 F5 即可立即开始 Debug**
Expand All @@ -112,8 +107,6 @@ $ make debug DEBUGGER=lldb

<br>



## 测试

`just` 用户只需要替换下述 `make` 为 `just`
Expand All @@ -128,8 +121,6 @@ make clean

<br>



## 提交 PR

关于分支的说明以及如何提交代码,请参考 [./03-CONTRIBUTING.md](./03-CONTRIBUTING.md)
Expand Down