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

Remove type prefix of the suggested subject message #137

Open
mayconfsousa opened this issue Sep 8, 2020 · 6 comments
Open

Remove type prefix of the suggested subject message #137

mayconfsousa opened this issue Sep 8, 2020 · 6 comments

Comments

@mayconfsousa
Copy link

The function getPreparedCommit should return the suggested message without the type prefixes (fix:, feat:,...).

// questions.js
default: getPreparedCommit('subject'),

Current behavior:

  1. Previous commit subject: "fix: my message"
  2. Current commit type: "fix"
  3. Current commit subject (suggestion): "fix: my message"
  4. Current commit subject after accept the suggestion: "fix: my message"
  5. Final commit subject "fix: fix: my message"
@storageddd
Copy link
Contributor

Hello! I created a pull-request which will solve this problem.
#132

@Alexa905
Copy link

+1

@flyerH
Copy link

flyerH commented May 26, 2021

@leonardoanalista Hello, can you look this problem? If you don't have time, maybe I can help.

@yiqianglin
Copy link

@leonardoanalista Hello, can you look this problem? If you don't have time, maybe I can help.

@flyerH +1,is there any solution?

@flyerH
Copy link

flyerH commented Mar 24, 2022

@leonardoanalista Hello, can you look this problem? If you don't have time, maybe I can help.

@flyerH +1,is there any solution?

fork & fix

@leonardoanalista
Copy link
Member

yes, I noticed this problem. I merge #132 if rebased

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

No branches or pull requests

6 participants