Fix indentation and clean up in open-a-pr.md

Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
This commit is contained in:
Guangwen Feng
2022-07-18 14:12:33 +08:00
parent ff2fbee6f7
commit 525a952b95
@@ -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.