diff options
| author | Kevin Christopher Henry <k@severian.com> | 2013-09-12 19:01:47 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-13 08:26:46 -0400 |
| commit | 990ce9aab97802ab7da629be1b0b27ab4bcc8578 (patch) | |
| tree | 67149975a2d4a6c3b2e232aa112f644fa6b9d370 /docs/internals/contributing/committing-code.txt | |
| parent | c1ec08998d1b690855d5e69a1f4d9d2f01d44ae6 (diff) | |
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).
Diffstat (limited to 'docs/internals/contributing/committing-code.txt')
| -rw-r--r-- | docs/internals/contributing/committing-code.txt | 2 |
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 ---------------------- |
