Merge pull request #1214 from porridge/remove-link
Automatic merge from submit-queue. Remove link to empty document.
This commit is contained in:
commit
0c81198860
|
|
@ -344,7 +344,8 @@ git push -f ${your_remote_name} myfeature
|
||||||
|
|
||||||
1. Visit your fork at https://github.com/$user/kubernetes
|
1. Visit your fork at https://github.com/$user/kubernetes
|
||||||
2. Click the `Compare & Pull Request` button next to your `myfeature` branch.
|
2. Click the `Compare & Pull Request` button next to your `myfeature` branch.
|
||||||
3. Check out the pull request [process](pull-requests.md) for more details.
|
3. Check out the pull request [process](pull-requests.md) for more details and
|
||||||
|
advice.
|
||||||
|
|
||||||
_If you have upstream write access_, please refrain from using the GitHub UI for
|
_If you have upstream write access_, please refrain from using the GitHub UI for
|
||||||
creating PRs, because GitHub will create the PR branch inside the main
|
creating PRs, because GitHub will create the PR branch inside the main
|
||||||
|
|
@ -366,10 +367,6 @@ At the assigned reviewer's discretion, a PR may be switched to use
|
||||||
Reviewable, please ONLY send or reply to comments through Reviewable. Mixing
|
Reviewable, please ONLY send or reply to comments through Reviewable. Mixing
|
||||||
code review tools can be very confusing.
|
code review tools can be very confusing.
|
||||||
|
|
||||||
See [Faster Reviews](faster_reviews.md) for some thoughts on how to streamline
|
|
||||||
the review process.
|
|
||||||
|
|
||||||
|
|
||||||
#### Squash and Merge
|
#### Squash and Merge
|
||||||
|
|
||||||
Upon merge (by either you or your reviewer), all commits left on the review
|
Upon merge (by either you or your reviewer), all commits left on the review
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue