Adding note about branch naming (#10320)

This commit is contained in:
Rafi 2020-09-16 03:07:12 +05:30 committed by GitHub
parent 915c4ea476
commit 8e46763a49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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