mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-02 06:35:29 +00:00
- This makes the body of the pull request non-empty when the commit message consists more than one line. - The GitHub web client fills the body the same way, too, when you create a pull request. - Some commit messages consist more than one line, like this one, which is giving more detail about the commit, and can be used as a shortcut to not write the same text when opening a pull request and on GitHub. - Without these changes, the pull request title will be messed up if the commit message is similar to this. Co-authored-by: João Moreno <joao.moreno@microsoft.com>