Skip to content

Commit b8e27e7

Browse files
authored
Merge pull request #35120 from fenggw-fnst/fix-open-a-pr
Fix indentation and clean up in open-a-pr.md
2 parents ff2fbee + 525a952 commit b8e27e7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

content/en/docs/contribute/new-content/open-a-pr.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -216,16 +216,16 @@ Figure 2. Working from a local fork to make your changes.
216216

217217
1. Decide which branch base to your work on:
218218

219-
- For improvements to existing content, use `upstream/main`.
220-
- For new content about existing features, use `upstream/main`.
221-
- For localized content, use the localization's conventions. For more information, see
222-
[localizing Kubernetes documentation](/docs/contribute/localization/).
223-
- For new features in an upcoming Kubernetes release, use the feature branch. For more
224-
information, see [documenting for a release](/docs/contribute/new-content/new-features/).
225-
- For long-running efforts that multiple SIG Docs contributors collaborate on,
226-
like content reorganization, use a specific feature branch created for that effort.
219+
- For improvements to existing content, use `upstream/main`.
220+
- For new content about existing features, use `upstream/main`.
221+
- For localized content, use the localization's conventions. For more information, see
222+
[localizing Kubernetes documentation](/docs/contribute/localization/).
223+
- For new features in an upcoming Kubernetes release, use the feature branch. For more
224+
information, see [documenting for a release](/docs/contribute/new-content/new-features/).
225+
- For long-running efforts that multiple SIG Docs contributors collaborate on,
226+
like content reorganization, use a specific feature branch created for that effort.
227227

228-
If you need help choosing a branch, ask in the `#sig-docs` Slack channel.
228+
If you need help choosing a branch, ask in the `#sig-docs` Slack channel.
229229

230230
1. Create a new branch based on the branch identified in step 1. This example assumes the base
231231
branch is `upstream/main`:
@@ -234,7 +234,7 @@ Figure 2. Working from a local fork to make your changes.
234234
git checkout -b <my_new_branch> upstream/main
235235
```
236236

237-
3. Make your changes using a text editor.
237+
1. Make your changes using a text editor.
238238

239239
At any time, use the `git status` command to see what files you've changed.
240240

0 commit comments

Comments
 (0)