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

[FEAT] Add customization options for title of commit #325

Open
mattpsvreis opened this issue Sep 12, 2023 · 1 comment
Open

[FEAT] Add customization options for title of commit #325

mattpsvreis opened this issue Sep 12, 2023 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@mattpsvreis
Copy link

Is your feature request related to a problem? Please describe

Not really.

Describe the solution you'd like

When we use the extension today we get something like:

refactor: 💄 Refactoring something

But I'd like to be able to do this:

[REFACTOR]: 💄 Refactoring something

What I basically mean is, there should be a config option where we can customize the pre-defined strings that the extension already embeds into the commit message, if that makes sense.

Describe alternatives you've considered

N/A

Additional context

N/A

@mattpsvreis mattpsvreis added the question Further information is requested label Sep 12, 2023
@kevinah95
Copy link

kevinah95 commented Aug 27, 2024

Based on Conventional Commit Specification the square brackets [] are not part of the Conventional Commit message. If you want, you can use a scope:

A scope MAY be provided after a type. A scope MUST consist of a noun describing a section of the codebase surrounded by parenthesis, e.g., fix(parser):

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

No branches or pull requests

3 participants