diff options
| author | ramnar <ramanarayana_m@infosys.com> | 2019-02-05 20:14:42 +0530 |
|---|---|---|
| committer | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-02-05 06:44:42 -0800 |
| commit | a095f16dc8de303eb8ae104a231b8ab85a5a76d9 (patch) | |
| tree | 447737df0d9b7674c4198201ef52e30da16abc34 /contributors/guide/github-workflow.md | |
| parent | 2e3d0dce647401f7c5b25092afabf716b3aa6818 (diff) | |
Broken Links fix for 2696 (#3171)
* broken links fix in kubernetes community
* Broken Links bug fix
* Implemented Review Comments
* Implemented Review Comments
Diffstat (limited to 'contributors/guide/github-workflow.md')
| -rw-r--r-- | contributors/guide/github-workflow.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/contributors/guide/github-workflow.md b/contributors/guide/github-workflow.md index cc1e7e8f..cef4e0a3 100644 --- a/contributors/guide/github-workflow.md +++ b/contributors/guide/github-workflow.md @@ -199,7 +199,7 @@ git push -f ${your_remote_name} myfeature ### 7 Create a pull request -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. 3. Check out the pull request [process](/contributors/guide/pull-requests.md) for more details and advice. @@ -219,10 +219,6 @@ Commit changes made in response to review comments to the same branch on your fork. Very small PRs are easy to review. Very large PRs are very difficult to review. -At the assigned reviewer's discretion, a PR may be switched to use -[Reviewable](https://reviewable.k8s.io) instead. Once a PR is switched to -Reviewable, please ONLY send or reply to comments through Reviewable. Mixing -code review tools can be very confusing. #### Squash and Merge |
