Feature Description
When opening a pull request from a branch that has more than 1 commit, the UI will pre-fill the pull request form's title with the branch name. This is consistent with Github (except Github transforms/capitalizes the branch name), but I think it's a bad mechanism because novice users will often not change the title at all, maybe thinking it has to be that way.
A better behaviour would be to use the title from the first commit.
Also btw, we should autofocus the title field when the form shows, like GitHub also does.
Feature Description
When opening a pull request from a branch that has more than 1 commit, the UI will pre-fill the pull request form's title with the branch name. This is consistent with Github (except Github transforms/capitalizes the branch name), but I think it's a bad mechanism because novice users will often not change the title at all, maybe thinking it has to be that way.
A better behaviour would be to use the title from the first commit.
Also btw, we should autofocus the title field when the form shows, like GitHub also does.