Skip to content

Commit

Permalink
docs: Add how to submit PR
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL authored Sep 11, 2024
1 parent 560c4d2 commit b2cf416
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/blog/.authors.yml
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
3 changes: 3 additions & 0 deletions docs/blog/.meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
comments: true
hide:
- feedback
35 changes: 35 additions & 0 deletions docs/blog/posts/how-to-submit-pr.md
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详细说明

0 comments on commit b2cf416

Please sign in to comment.