Skip to content

Commit 56a5eb3

Browse files
committed
docs: Be more precise in the PR creation description in the contributing guide.
1 parent 0a5e0e7 commit 56a5eb3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,10 @@ git rebase main
201201
### 5. Submit a Pull Request
202202

203203
1. **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)
206208
4. **Complete PR template**: Fill out all sections of the pull request template
207209
5. **Link issues**: Reference any related issues using `Fixes #123` or `Closes #456`
208210

0 commit comments

Comments
 (0)