Skip to content

Commit b2cf416

Browse files
authored
docs: Add how to submit PR
1 parent 560c4d2 commit b2cf416

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

docs/blog/.authors.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

docs/blog/.meta.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
comments: true
2+
hide:
3+
- feedback

docs/blog/posts/how-to-submit-pr.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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详细说明

0 commit comments

Comments
 (0)