Customize create pr prefilled name
Is your feature request related to a problem? Please describe. Currently when you create a pr, it takes the branch name, capitalizes the first letter, and replaces underscores with spaces(At least thats what it does in my usecase). Describe the solution you'd like I would like the prefilled name to be to keep the branch name, unmodified.
Describe alternatives you've considered Looking in Config.md for a template variable.
Additional context na
Unless I'm missing something, lazygit has no way of influencing this. It is the hosting service that comes up with the PR title, nothing we can do about it.
Do let me know if I'm wrong here.
Hey sorry for the delay, here is the link to the customizable url parameters https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request
specifically the title url query param.
Huh you can customize a lot! like body or labels. I see lazygit supports some variables like {{branchName}}. Is there a doc of them? would be cool to have that kind of customization, say custom labels for a {{idkRepoName}}. or autofill template's for different repos.
bump