You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitkraken-client/pull-requests.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,9 +74,14 @@ As the name implies, this will create a "draft" pull request in GitHub. However
74
74
75
75
GitHub.com users may utilize the pull request view for GitHub pull requests.
76
76
77
-
To enable this feature, first set up the [GitHub integration](/gitkraken-client/github-gitkraken-client/). Then with a GitHub repo open inside of GitKraken Client, select a pull request in the left panel to bring up the pull request view.
77
+
To enable this feature, first set up the [GitHub integration](/gitkraken-client/github-gitkraken-client/). Then with a GitHub repo open inside of GitKraken Desktop, select a pull request in the left panel (or checkout the source branch and a PR icon with the number shows up next to the branch) to bring up the pull request view. Or from the Launchpad, click on the icon at the right side of the Pull Request.
From this view, GitHub users may edit the pull request:
82
87
@@ -87,9 +92,19 @@ From this view, GitHub users may edit the pull request:
87
92
- Milestones
88
93
- Labels
89
94
90
-
From the upper right of the Pull Request view, you may click the <buttonclass='button button--primary button--ui button--nolink'><spanstyle='color:#141422;'>View file changes</span></button> button to review the affected files for this pull request. Note, code review and code comment are not currently available from within GitKraken Client.
From the upper right of the Pull Request view, you may click the <buttonclass='button button--primary button--ui button--nolink'><spanstyle='color:#141422;'>Review Code and Suggest Changes</span></button> button to review the affected files for this pull request. Note, code review and code comment are not currently available from within GitKraken Desktop.
In Gitkraken Desktop, Review Code and Suggest Changes simplifies code review by allowing you to make suggestions and edits across the entire project, not just on the lines that were changed, GitKraken Desktop, and gitkraken.dev. When a Pull Request is open, you can make suggestions to the pull request that others can then review and accept to include in the pull request.
104
+
105
+
Open the Pull Request and click on <buttonclass='button button--primary button--ui button--nolink'><spanstyle='color:#141422;'>Edit to Suggest Changes to PR #XX</span></button>, edit the file, save changes and click on <buttonclass='button button--success button--ui button--nolink'>Suggest X file change to PR #XX </button>
Users may comment on a pull request -- which is great for submitting reviews, approving pull requests, or requesting changes. You may also use the refresh icon in the top right to quickly refresh the comments feed.
0 commit comments