You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2021. It is now read-only.
The SemanticCommitMessages command fails a commit if the message does not contain a whitelisted commit type. Instead, the command should prompt the user and ask them what type of commit they are applying, and should then apply the correct type to their pre-existing commit message.
Possible implementation
Use artisan's choice method.
The text was updated successfully, but these errors were encountered:
Description
The SemanticCommitMessages command fails a commit if the message does not contain a whitelisted commit type. Instead, the command should prompt the user and ask them what type of commit they are applying, and should then apply the correct type to their pre-existing commit message.
Possible implementation
Use artisan's
choice
method.The text was updated successfully, but these errors were encountered: