From c876c698493c15ed2ec5b956378fe8dbaf73d024 Mon Sep 17 00:00:00 2001 From: Lenoyan <642842715@qq.com> Date: Sun, 12 Jun 2022 13:10:13 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7=20PR?= =?UTF-8?q?=E3=80=91=EF=BC=9A=20rt-thread-version/rt-thread-standard/devel?= =?UTF-8?q?opment-guide/github/github.md.=20=E6=96=87=E6=A1=A3=E6=9C=80?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=BC=80=E6=BA=90=E5=B0=8F?= =?UTF-8?q?=E7=99=BD=20PR=20=E5=AD=A6=E4=B9=A0=E5=88=86=E4=BA=AB=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E9=93=BE=E6=8E=A5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rt-thread-standard/development-guide/github/github.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rt-thread-version/rt-thread-standard/development-guide/github/github.md b/rt-thread-version/rt-thread-standard/development-guide/github/github.md index 28fc3c7..270642b 100644 --- a/rt-thread-version/rt-thread-standard/development-guide/github/github.md +++ b/rt-thread-version/rt-thread-standard/development-guide/github/github.md @@ -150,3 +150,4 @@ git pull rtt master * 若对贡献代码还有不明白的地方,可以参考 Git 官方中文文档[《GitHub - 对项目做出贡献》](https://git-scm.com/book/zh/v2/GitHub-%E5%AF%B9%E9%A1%B9%E7%9B%AE%E5%81%9A%E5%87%BA%E8%B4%A1%E7%8C%AE)章节。 * 教学视频:[从0教你如何给RT-Thread贡献代码](https://www.bilibili.com/video/BV1gr4y1w7yX) +* 小白如何进行开源贡献,可以参考 [开源小白的第一次PR](https://club.rt-thread.org/ask/article/5a3155877b44066c.html) -- Gitee