Skip to content

Commit 513674a

Browse files
committed
Started Creating a Pull Request section
1 parent 23ae6d6 commit 513674a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ From Github's [Using Pull Requests Page](https://help.github.com/articles/using-
77
Pull Requests are commonly used by teams and organizations collaborating using the [Shared Repository Model](https://help.github.com/articles/using-pull-requests#article-platform-nav), where everyone shares a single repository and topic branches are used to develop features and isolate changes. Many open source projects on Github use pull requests to manage changes from contributors as they are useful in providing a way to notify project maintainers about changes one has made and in initiating code review and general discussion about a set of changes before being merged into the main branch.
88

99
Here's [an example pull request](https://github.com/jquery/jquery/pull/1051) from jQuery's github repo.
10+
11+
## Creating a Pull Request
12+
13+
There are 2 main work flows when dealing with pull requests:
14+
15+
1. Pull Request from a [forked repository](https://help.github.com/articles/fork-a-repo)
16+
2. Pull Request from a branch within a repository
17+
18+
Here we are going to focus on 2.

0 commit comments

Comments
 (0)