| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
16.5.8
|
| Labels |
No labels
|
Issue Votes (0)
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
16.5.8
|
| Labels |
No labels
|
I am not sure if it is regression or not but I just did a PR with a single commit and the commit message was
fix(sql): example text.Creating a PR suggested a PR title
fix: fix(sql): example textand the PR description showedfix(sql): example text.However I would expect a suggested PR title
fix(sql): example textand an empty description (because the commit only had a title in terms of conventional commits. No description and no footer).