From 2575b8a597d3febb0088d02fb64214c3dbd5fd57 Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Mon, 16 May 2011 10:23:11 -0700 Subject: bring documentation in line with new styles --- _posts/2010-08-29-pull-requests.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '_posts/2010-08-29-pull-requests.md') diff --git a/_posts/2010-08-29-pull-requests.md b/_posts/2010-08-29-pull-requests.md index 2d70538..78a9238 100644 --- a/_posts/2010-08-29-pull-requests.md +++ b/_posts/2010-08-29-pull-requests.md @@ -16,14 +16,14 @@ categories: collaborating } -Pull requests let you tell others about changes you've pushed to a GitHub +

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. +necessary.

-This guide walks through the process of sending a hypothetical pull request and +

This guide walks through the process of sending a hypothetical pull request and using the various code review and management tools to take the change to -completion. +completion.

## A Quick Note on Collaborative Development Models -- cgit v1.3.1