Skip to content

Commit c3fb85a

Browse files
committed
clarify pull request base validation
1 parent 3eae3e7 commit c3fb85a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/v3/pulls.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,13 @@ body
4545
: _Optional_ **string**
4646

4747
base
48-
: _Required_ **string** - The branch you want your changes pulled into.
48+
: _Required_ **string** - The branch (or git ref) you want your changes pulled into.
49+
This should be an existing branch on the current repository. You cannot
50+
submit a pull request to one repo that requests a merge to a base of
51+
another repo.
4952

5053
head
51-
: _Required_ **string** - The branch where your changes are implemented.
54+
: _Required_ **string** - The branch (or git ref) where your changes are implemented.
5255

5356
NOTE: `head` and `base` can be either a sha or a branch name. Typically you
5457
would namespace `head` with a user like this: `username:branch`.

0 commit comments

Comments
 (0)