You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,3 +7,12 @@ From Github's [Using Pull Requests Page](https://help.github.com/articles/using-
7
7
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.
8
8
9
9
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)
0 commit comments