Skip to content
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

Closed
TotomInc opened this issue Apr 6, 2018 · 4 comments
Closed

Let the user write the first commit message #1086

TotomInc opened this issue Apr 6, 2018 · 4 comments

Comments

@TotomInc
Copy link

TotomInc commented Apr 6, 2018

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 after vue-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.

@dhensche
Copy link
Contributor

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 --initialCommit could be provided so that users could skip both sets of prompts by specifying one of the args for choosing a preset along with this new option.

@TotomInc
Copy link
Author

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.

@dhensche
Copy link
Contributor

okay, I'll continue with the implementation I am playing with that keeps it separate from the preset

dhensche pushed a commit to dhensche/vue-cli that referenced this issue Apr 11, 2018
dhensche pushed a commit to dhensche/vue-cli that referenced this issue Apr 11, 2018
dhensche pushed a commit to dhensche/vue-cli that referenced this issue Apr 25, 2018
@yyx990803
Copy link
Member

Closed via #1116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants