Skip to content

Commit 765f212

Browse files
authored
feat: Update closed contribution documentation with new branch (#330)
Thanks to some follow up work by @eepifanova, we can now target the main branch for closed content work. This commit updates the documentation to reference the main branch, and also adds specificity of origin and remote when referencing it for clarity. It also adds missing punctuation, and adjusts spacing in an early paragraph using a line break.
1 parent 995bbf7 commit 765f212

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CLOSED_CONTRIBUTIONS.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Sensitive content might include:
77
- Security content, including personally identifying information (PII).
88
- Content / features that are not yet ready to be announced.
99

10-
We work in public by default, so this process should only be used on a case by case basis by F5 employees. For standard content releases, review the [Contributing guidelines](/CONTRIBUTING.md)
10+
We work in public by default, so this process should only be used on a case by case basis by F5 employees.
11+
12+
For standard content releases, review the [Contributing guidelines](/CONTRIBUTING.md).
1113

1214
## Overview
1315

@@ -34,10 +36,10 @@ git remote add internal [email protected]:<closed-url>.git
3436
git fetch
3537
```
3638

37-
Check out the `documentation` branch, and use it to create a feature branch. **Ensure that you prefix all branch names with `internal/`**
39+
Check out the remote `main` branch, and use it to create a feature branch. **Ensure that you prefix all branch names with `internal/`**
3840

3941
```shell
40-
git checkout internal/documentation
42+
git checkout internal/main
4143
git checkout -b internal/feature
4244
```
4345

@@ -53,7 +55,7 @@ Open a pull request when you are ready to receive feedback from stakeholders.
5355

5456
After any iterative work, close the pull request. Since the closed repository is a mirror of the open one, we do not merge changes to it.
5557

56-
Change back to `main`, create a new branch, merge your internal branch and push to origin.
58+
Change back to the origin `main` branch, create a new branch, merge your internal branch and push to origin.
5759

5860
```shell
5961
git checkout main

0 commit comments

Comments
 (0)