-
Notifications
You must be signed in to change notification settings - Fork 592
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
Creating a pull request doesn't use commit message for PR description when the base branch has more commits #3350
Comments
Thanks for the detailed issue! I'm not able to reproduce this issue. Can you share a sample commit message and how you committed (command line, VS Code source control view, etc.)? |
Sure. I use the terminal with GIT_EDITOR="code --wait" to type the commit message into VS Code. We use a template for our commits so they all look like:
Generally speaking, I would want everything below the first line to be the description of the PR. The extension used to do this by default, so I'm not sure what changed. |
Thanks for the example and details. I tried with exactly your sample commit message and I'm still not able to repro the issue. A few more questions:
My exact steps:
I also tried with 4a: push branch. |
Im having issues with gh pr create. It doesnt auto-fill the title anymore either :/ |
…n the base branch has more commits Fixes #3350
Were you able to repro it @alexr00? Are there different steps? |
I was able to repro. The steps:
|
This extension used to use the latest commit message content to pre-fill the PR title and description when using the Create Pull Request feature. Now it only pre-fills the title and leaves the description blank. Did this behavior change intentionally? If so, is there a setting to switch it back?
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: