summaryrefslogtreecommitdiff
path: root/_posts/2010-08-29-pull-requests.md
diff options
context:
space:
mode:
authorCameron McEfee <cameron@github.com>2011-05-16 10:23:11 -0700
committerCameron McEfee <cameron@github.com>2011-05-16 16:55:31 -0700
commit2575b8a597d3febb0088d02fb64214c3dbd5fd57 (patch)
tree8f8b953553b065fb604af179f0047ea9585dbfa4 /_posts/2010-08-29-pull-requests.md
parent836ff8f64638d8bdcdb96e7baa650e998dd663c4 (diff)
bring documentation in line with new styles
Diffstat (limited to '_posts/2010-08-29-pull-requests.md')
-rw-r--r--_posts/2010-08-29-pull-requests.md8
1 files changed, 4 insertions, 4 deletions
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
}
</style>
-Pull requests let you tell others about changes you've pushed to a GitHub
+<p class="intro">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.</p>
-This guide walks through the process of sending a hypothetical pull request and
+<p class="intro">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.</p>
## A Quick Note on Collaborative Development Models