summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorgrodrigues3 <grodrigues3@users.noreply.github.com>2017-03-07 11:07:03 -0800
committerGitHub <noreply@github.com>2017-03-07 11:07:03 -0800
commitebea8ed337a5afb9da1fada2c5d7d26a6ce5b664 (patch)
treebda41a543ff3deb21cf2c2fdc1a4bf2c8442fcec /contributors
parent6e0b059838a365de143a6a7e95d0ea96be75e7c7 (diff)
parentdf2d85634233dbf8ae154c29cf164eebba89eff5 (diff)
Merge pull request #434 from monopole/dedupContributing
Deduplicate and consolidate contributing information to community repo
Diffstat (limited to 'contributors')
-rw-r--r--contributors/devel/pull-requests.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/contributors/devel/pull-requests.md b/contributors/devel/pull-requests.md
index 1e75f3b1..dec5238f 100644
--- a/contributors/devel/pull-requests.md
+++ b/contributors/devel/pull-requests.md
@@ -13,9 +13,13 @@
# Pull Request Process
-An overview of how pull requests are managed for kubernetes. This document
-assumes the reader has already followed the [development guide](development.md)
-to set up their environment.
+An overview of how pull requests are managed for kubernetes.
+
+This document assumes the reader has already followed the
+[development guide](development.md) to set up their environment,
+and understands
+[basic pull request mechanics](https://help.github.com/articles/using-pull-requests).
+
# Life of a Pull Request