-
Notifications
You must be signed in to change notification settings - Fork 331
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
[Feature]: Add prefix option for commit messages #152
Comments
that's smart, would you like to make a PR? |
Great idea! Perhaps allow for regex-based or static prefixes? For example, my work follows this standard: Branch name: DEV-12345-fix-broken-pipe, where 12345 is the Jira ticket number. If I were to create a PR that allows for static or regex-based commit message prefixes, would this be useful to anyone? 😅 |
@amyu98 sounds really powerful. |
@dtcMLOps Ill give it a shot |
@dtcMLOps @di-sukharev First time contributing to open-source, let me know what you think 😅 |
Stale issue message |
Description
Hi @di-sukharev,
Thanks for this wonderful tool.
It would be great to have the option to define a custom prefix message for the commits.
Suggested Solution
Something like:
Alternatives
Additional Context
This will allow us to pass the commit message validator in our CI pipelines. For e.g. in our team, we use Azure Board for defining commit messages.
Since this tool is already using the conventional commits standard, would be great to have an option to include our specific project prefix in the tool.
The text was updated successfully, but these errors were encountered: