Skip to content

Commit 9751c47

Browse files
baronfelCopilot
andauthored
Update documentation/project-docs/SDK-PR-guide.md
Co-authored-by: Copilot <[email protected]>
1 parent 6653849 commit 9751c47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

documentation/project-docs/SDK-PR-guide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ You can see the existing open branch codeflows [here](https://github.com/dotnet/
7171
These PRs will not get updated as new changes come in. This allows time to run PR checks, review, and merge. Once the existing PR is merged and all changes since that PR was created will be generated in a new PR. This leads to [failed](https://github.com/dotnet/sdk/actions/workflows/inter-branch-merge-flow.yml) workflow automation but that's expected. The workflow will report this message: _hint: Updates were rejected because the tip of your current branch is behind_.
7272

7373
### Reviewing and merging inter-branch codeflow
74-
Generally we will check the commit list and scan the changes for anything out of the ordenary. We take a special look for any conflict merges that were done in getting the PR building.
75-
74+
Generally we will check the commit list and scan the changes for anything out of the ordinary. We take a special look for any conflict merges that were done in getting the PR building.
7675
> [!Important]
7776
> Make sure to create a merge commit. Do not squash. If you squash, the next inter-branch PR will list all of the same commits.
7877

0 commit comments

Comments
 (0)