generated from nginx/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 120
feat: Update closed contribution documentation with new branch #330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,9 @@ Sensitive content might include: | |
- Security content, including personally identifying information (PII). | ||
- Content / features that are not yet ready to be announced. | ||
|
||
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) | ||
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). | ||
|
||
## Overview | ||
|
||
|
@@ -34,10 +36,10 @@ git remote add internal [email protected]:<closed-url>.git | |
git fetch | ||
``` | ||
|
||
Check out the `documentation` branch, and use it to create a feature branch. **Ensure that you prefix all branch names with `internal/`** | ||
Check out the remote `main` branch, and use it to create a feature branch. **Ensure that you prefix all branch names with `internal/`** | ||
|
||
```shell | ||
git checkout internal/documentation | ||
git checkout internal/main | ||
git checkout -b internal/feature | ||
``` | ||
|
||
|
@@ -53,7 +55,7 @@ Open a pull request when you are ready to receive feedback from stakeholders. | |
|
||
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. | ||
|
||
Change back to `main`, create a new branch, merge your internal branch and push to origin. | ||
Change back to the origin `main` branch, create a new branch, merge your internal branch and push to origin. | ||
|
||
```shell | ||
git checkout main | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line confused me until I realized it's an overview of the commands which follow. So maybe:
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused what the value add in your edit suggestion is: the sentence is an imperative instruction telling you exactly what to do, then showing you how to do it.
In context, the instruction is juxtaposed with the exact commands to follow in the code block immediately afterwards, and there is only one thing you could possibly be pushing, so all this seems to do is add unnecessary words.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The alternative is to be more precise with the commands, something like:
In any case, based on @eepifanova 's suggestion in Slack, this might all become moot.