File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,8 +201,10 @@ git rebase main
201201### 5. Submit a Pull Request
202202
2032031 . ** Push your branch to your fork** : ` git push origin <type>/<brief-description> `
204- 2 . ** Create PR** : Go to the original repository on GitHub and click "New Pull Request"
205- 3 . ** Select branches** : Choose your fork's branch as the source and the original repository's ` main ` as the target
204+ 2 . ** Create PR** : Go to the original repository on GitHub and click "New Pull Request".
205+ Your fork repository should also detect the changes and offer a button ` Compare & pull request `
206+ 3 . ** Select branches** : Choose your fork's branch as the source (` head ` repository, ` compare ` branch)
207+ and the original repository's ` main ` as the target (` base ` repository and branch)
2062084 . ** Complete PR template** : Fill out all sections of the pull request template
2072095 . ** Link issues** : Reference any related issues using ` Fixes #123 ` or ` Closes #456 `
208210
You can’t perform that action at this time.
0 commit comments