-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New features for better UX #2
Conversation
Co-authored-by: Maxwell DeMaio <[email protected]>
Features Added SummaryThe default is that this won't change anything. The user can opt in by adding in their {
"saveMeBaby.commitMessage": "[WIP] {{ticket}} feature work",
"saveMeBaby.useTicketRegex": true,
"saveMeBaby.pushOnSave": false
} If the Also, we can allow the user to allow auto push or not. By default it's on bc that was the original functionality. |
Note: we'll rebase once #1 is in so it'll reflect our work |
Yeah this looks like cool feature to add 👍 |
I think all of our changes are all set! |
Looks good for merging, BTW, mind adding like something on the README.md that explains how one can use this feature? |
Yes I can add a commit in the |
Done bro, thanks alot. |
This will allow for a
customCommitMessage
and aticketRegex
to extract the ticket number from the feature branch.WIP for now until #1 is merged.❤️ ❤️ ❤️ ❤️ ❤️
cc @maxdemaio 🫶