-
Notifications
You must be signed in to change notification settings - Fork 297
Add doc for how to push to external contributor's PR #2660
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
Conversation
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.
Pull Request Overview
This PR introduces documentation that explains how to add a remote for an external contributor's fork and push changes to their PR.
- Adds step-by-step instructions to set up a remote from an external contributor's repository.
- Provides example commands for fetching, rebasing, switching, and pushing changes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Aniruddh25
left a comment
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.
LGTM, thanks for adding this doc
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
RubenCerna2079
left a comment
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.
LGTM, this is a good think to have :)
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
Why make this change?
We are an open source project, and as such we have external contributors pushing changes to our repo. But sometimes we may need to make some adjustments to their PR in order to fix format, bugs, help get tests passing, etc. This doc helps to make that easier by expanding on one way to handle this scenario.
What is this change?
This is a doc that explains how to add a remote that represents the external contributor's fork of our repo, and then how to make changes and push to that remote.
How was this tested?
N/A
Sample Request(s)
N/A