Merge pull request #35120 from fenggw-fnst/fix-open-a-pr

Fix indentation and clean up in open-a-pr.md
This commit is contained in:
Kubernetes Prow Robot
2022-07-18 01:55:15 -07:00
committed by GitHub
@@ -234,7 +234,7 @@ Figure 2. Working from a local fork to make your changes.
git checkout -b <my_new_branch> upstream/main git checkout -b <my_new_branch> upstream/main
``` ```
3. Make your changes using a text editor. 1. Make your changes using a text editor.
At any time, use the `git status` command to see what files you've changed. At any time, use the `git status` command to see what files you've changed.