Skip to content

Commit 23ae6d6

Browse files
committed
Section: What is a pull request?
0 parents  commit 23ae6d6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Pull Request Tutorial
2+
3+
## What is a Pull Request?
4+
From Github's [Using Pull Requests Page](https://help.github.com/articles/using-pull-requests)
5+
> Pull requests let you tell others about changes you've pushed to a GitHub repository. Once a pull request is sent, interested parties can review the set of changes, discuss potential modifications, and even push follow-up commits if necessary.
6+
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+
9+
Here's [an example pull request](https://github.com/jquery/jquery/pull/1051) from jQuery's github repo.

0 commit comments

Comments
 (0)