File tree 3 files changed +44
-0
lines changed
3 files changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ authors :
2
+ SWHL :
3
+ name : SWHL
4
+ description : Creator
5
+ avatar : https://avatars.githubusercontent.com/u/28639377?v=4
6
+ url : https://github.com/SWHL
Original file line number Diff line number Diff line change
1
+ comments : true
2
+ hide :
3
+ - feedback
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : 如何提交开源项目PR?
3
+ date : 2024-09-11
4
+ authors : [SWHL]
5
+ slug : how-to-submit-PR
6
+ categories :
7
+ - General
8
+ comments : true
9
+ ---
10
+
11
+ 本文主要介绍如何为开源项目提交合格的PR,以RapidAI下开源项目TableStructureRec为例讲解。
12
+
13
+ <!-- more -->
14
+
15
+ ### 引言
16
+
17
+ ### 实操步骤
18
+
19
+ #### 1. Fork项目到自己账号下
20
+
21
+ #### 2. Clone项目到本地
22
+
23
+ #### 3. 创建运行环境
24
+
25
+ #### 4. 跑通单元测试
26
+
27
+ #### 5. 开始添加自己改动
28
+
29
+ #### 6. 编写对应的单元测试并跑通
30
+
31
+ #### 7. 提交到自己账号下对应的项目
32
+
33
+ #### 8. 提PR
34
+
35
+ #### 9. 编写PR详细说明
You can’t perform that action at this time.
0 commit comments