@@ -216,16 +216,16 @@ Figure 2. Working from a local fork to make your changes.
216
216
217
217
1 . Decide which branch base to your work on:
218
218
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.
227
227
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.
229
229
230
230
1 . Create a new branch based on the branch identified in step 1. This example assumes the base
231
231
branch is ` upstream/main ` :
@@ -234,7 +234,7 @@ Figure 2. Working from a local fork to make your changes.
234
234
git checkout -b < my_new_branch> upstream/main
235
235
```
236
236
237
- 3 . Make your changes using a text editor.
237
+ 1 . Make your changes using a text editor.
238
238
239
239
At any time, use the ` git status ` command to see what files you've changed.
240
240
0 commit comments