summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/committing-code.txt
diff options
context:
space:
mode:
authorKevin Christopher Henry <k@severian.com>2013-09-12 19:01:47 -0400
committerTim Graham <timograham@gmail.com>2013-09-13 08:27:28 -0400
commit61867e226dda35741ba363da9f5859007e4381bc (patch)
tree330dd50235b495b6fbe7d5bbe6ec682bff06f766 /docs/internals/contributing/committing-code.txt
parent169594f5ae09782ab1909fc3a9939a23507b4901 (diff)
[1.5.x] Documentation -- added instructions on working with pull requests
Since non-core contributors are asked to review patches, instructions on working with pull requests were added to the Working with Git and GitHub page (based on the existing instructions in the core committers page). Backport of 990ce9aab9 from master
Diffstat (limited to 'docs/internals/contributing/committing-code.txt')
-rw-r--r--docs/internals/contributing/committing-code.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/contributing/committing-code.txt b/docs/internals/contributing/committing-code.txt
index bc2f97a485..b81bdd2e04 100644
--- a/docs/internals/contributing/committing-code.txt
+++ b/docs/internals/contributing/committing-code.txt
@@ -34,6 +34,8 @@ Decisions on new committers will follow the process explained in
existing committer privately. Public requests for commit access are potential
flame-war starters, and will simply be ignored.
+.. _handling-pull-requests:
+
Handling pull requests
----------------------