Adding note about branch naming (#10320)
This commit is contained in:
parent
915c4ea476
commit
8e46763a49
1 changed files with 3 additions and 0 deletions
|
|
@ -23,3 +23,6 @@ git checkout -b USERNAME/fixing-that-bug-1234
|
|||
where `USERNAME` should be replaced by your username on GitHub and `1234` is the
|
||||
ID of the issue tied to your pull request. If there is no related issue, you can
|
||||
leave the number out.
|
||||
|
||||
NOTE: It is ok if your branch name shows up as
|
||||
`USERNAME:USERNAME/fixing-that-bug-1234` when you create the pull request
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue