-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Let the user write the first commit message #1086
Comments
Would you want this to be something that could be captured in a preset configuration (assuming this is task is in reference to cli 3.x), or should it be something captured outside of preset? If it is outside of a preset I would imagine that a new command line arg |
My initial idea was to add a new command line arg. If the user has not entered the arg, he will have a question to choice his first commit message. It could be saved into a custom preset too. |
okay, I'll continue with the implementation I am playing with that keeps it separate from the preset |
…some var name typos (vuejs#1086)
…some var name typos (vuejs#1086)
…some var name typos (vuejs#1086)
Closed via #1116 |
What problem does this feature solve?
Change the initial commit message to something more verbose like
init project using vue-cli
or let the user write his first commit message aftervue-cli
have finished to setup everything.What does the proposed API look like?
Currently we do not have the choice for a commit message which is by default
init
. It's still possible to amend and rewrite the commit message.The text was updated successfully, but these errors were encountered: