We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I enjoy adding a mapped emoji in the log to categorize the conventional commit changes.
refactor(something): 🔨 align splines to resolve x
conform will fail despite using imperative mood because the first word it evaluates is the emoji.
Can this be skipped to allow the first valid word to be evaluated instead?
I believe this is also failing the Header case check for "lowercase" due to the emoji character.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I enjoy adding a mapped emoji in the log to categorize the conventional commit changes.
conform will fail despite using imperative mood because the first word it evaluates is the emoji.
Can this be skipped to allow the first valid word to be evaluated instead?
I believe this is also failing the Header case check for "lowercase" due to the emoji character.
The text was updated successfully, but these errors were encountered: