Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change default title of a github pull request

I'm wondering if it's possible to change the format of a pull request title to my preference. Currently, when I open a pull request from a forked branch, the pull request sets the name of the branch as default title.

For example, I have a branch called FB-123 and when I click on the 'Create pull request' button to open a pull request, the title is already set as Fb-123 .

But I would like to set a template to be [Fb-123].

Is this not a feature supported on github?

Thanks in advance for your help :)

like image 748
Katie Avatar asked Sep 10 '25 00:09

Katie


1 Answers

GitHub do not have any feature to do this. Because that would make it difficult for others to reason about your change.

like image 50
Hm Elius Hossain Himel Avatar answered Sep 12 '25 23:09

Hm Elius Hossain Himel