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
{{ message }}
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
Often I submit pull requests with blank messages because the message was already defined in the commit. I would like to have a flag that would automatically split the last commit message into Title + Body and set its body as the PR message.
The text was updated successfully, but these errors were encountered:
pragmaticivan
changed the title
Add flag to automatically get body of the last commit to define it as the message of the Pull Request being submited
Add flag to automatically get body of the last commit to define it as the message of the Pull Request being submitted
Apr 19, 2018
Here's an example of a Commit that can become a PR:
[123] fixing node gh weird issue
Fixes #123
## Why is this change necessary?
Because it's not working
## How does it address the issue?
Fixing the bug
## What side effects does this change have?
Not really ;/
Often I submit pull requests with blank messages because the message was already defined in the commit. I would like to have a flag that would automatically split the last commit message into Title + Body and set its body as the PR message.
The text was updated successfully, but these errors were encountered: