-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
authors: | ||
SWHL: | ||
name: SWHL | ||
description: Creator | ||
avatar: https://avatars.githubusercontent.com/u/28639377?v=4 | ||
url: https://github.com/SWHL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
comments: true | ||
hide: | ||
- feedback |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: 如何提交开源项目PR? | ||
date: 2024-09-11 | ||
authors: [SWHL] | ||
slug: how-to-submit-PR | ||
categories: | ||
- General | ||
comments: true | ||
--- | ||
|
||
本文主要介绍如何为开源项目提交合格的PR,以RapidAI下开源项目TableStructureRec为例讲解。 | ||
|
||
<!-- more --> | ||
|
||
### 引言 | ||
|
||
### 实操步骤 | ||
|
||
#### 1. Fork项目到自己账号下 | ||
|
||
#### 2. Clone项目到本地 | ||
|
||
#### 3. 创建运行环境 | ||
|
||
#### 4. 跑通单元测试 | ||
|
||
#### 5. 开始添加自己改动 | ||
|
||
#### 6. 编写对应的单元测试并跑通 | ||
|
||
#### 7. 提交到自己账号下对应的项目 | ||
|
||
#### 8. 提PR | ||
|
||
#### 9. 编写PR详细说明 |