[Feature]: Configurable branch naming convention #6865
aaronkerckhoff
started this conversation in
Ideas
Replies: 2 comments
|
#7063 requests the same configurable branch naming, including no prefix, feat/fix prefixes, user namespaces and repository-derived names. Please retain its worktree-directory naming example and the maintainer suggestion to allow custom generation instructions when designing this setting. |
0 replies
|
+1 on this, though I think most harnesses keep the configuration pretty simple of just specifying the prefix. At the very least having that would be great and solve I think 99% of cases for this. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
Not sure
Problem or use case
Currently all branches created by T3-Code default to the naming scheme t3code/{some-slug}. There isn't a way to configure branch naming to fit own repo standards or conventions.
Proposed solution
It would be nice to be able to change that to a few presents. I, for one, like my feature-branches to be named "feat/..." or "fix/...", etc. A few templates could be
I'd be happy to implement this feature, if approved.
Why this matters
This would allow developers to comply with standards embraced by some repositories over years, as well as allowing personal preferences to be respected.
Smallest useful scope
A new setting that allows to switch between 2-4 different branch-naming templates.
Alternatives considered
I currently just write a few lines in all my AGENTS.md to create a new branch, commit and PR manually and paste the link in chat. However, that makes the nice feature to have a separate section for Source Control in T3-Code obsolete.
Risks or tradeoffs
No response
Examples or references
No response
Contribution
All reactions