Skip to content

Commit

Permalink
📃 docs: finish pr help
Browse files Browse the repository at this point in the history
  • Loading branch information
feipiao594 committed Aug 17, 2024
1 parent 962d204 commit d443ba6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,17 @@
3. 向上游仓库提起 pull request ,等待我们的回应
4. pull request 合入仓库,你的文档就能正常的在网页上显示了

test
## pull request 教程

当你对本地 fork 的仓库进行了一些修改之后,你的仓库是长这样的
![alt text](pics/do_some_change.png)


点击 Contribute ,并点击 Open pull request
![alt text](pics/contribute.png)

接着你就可以进入提交 pr 的界面了,注意,请你指定一个 Reviewer 来检查你的提交,Assignees 请你指定你自己

![alt text](create_pr.png)

创建完成后,你可以在仓库的 pull request 处看见自己提交的 pr,你需要等待 Reviewer 检查后方可合入
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion posts/一份抽象的类型抽象指北.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,7 @@ enum Color {

## 实战:任务调度

了解 typestate 设计模式。
了解 typestate 设计模式。

作者: Github@Jisu-Woniu
[Repo type-abstraction](https://github.com/SAST-Mathematics-SIG/type-abstraction/)

0 comments on commit d443ba6

Please sign in to comment.