How can I use my own branch patterns instead of 001-*? #1670
Replies: 7 comments 4 replies
|
You might need to edit the |
|
Every time this script is referenced, it will apply the strategy. you might need to also look into each of the shell script files to make sure the rules you have set are consistent during the branch checks. |
|
You can use your own branch naming pattern by updating the following files:
|
|
I cheat... I have it create the branch right up until my first commit/push, and before I do that I tell it to rename my branch following my branch naming rules. I tried changing the code but found myself fighting way too much with it since my branch naming approach does NOT start with an id indexer. |
|
Would an extension to this be possible? So that we don't have to modify the core specify scripts? |
|
You can use --no-git and then create the branch at your own leisure |

Uh oh!
There was an error while loading. Please reload this page.
I have this inside constitution:
Looks like spec-kit does not respect this
All reactions