php-commitizen icon indicating copy to clipboard operation
php-commitizen copied to clipboard

PHP Commitizen - A CLI tool used to create commits according to Conventional Commits specification

Results 6 php-commitizen issues
Sort by recently updated
recently updated
newest added

Hey, I was trying to add the php-commitizen to my php 8.1 project Do you think that we can allow the symfony/console version ^6?

This change must prevent that someone create a new commit inside a directory, the `git add .` only adds the current directory, `git add -A` adds all the files in...

This change should prevent create commits inside a directory that only adds the content of the directory We can find the information on this https://git-scm.com/docs/git-add#Documentation/git-add.txt--A #8

Hi, I'm interested to integrate the commitizen 'norm' into some projects and it will be great to have a tool that check (probably a nice regex) the last commits in...

I would love to enforce all messages with conventional commit rules in git hook. Such tools seem to be absent in PHP ecosystem as of now.

Pretty much I would like to replicate my QCA process on a Python project that I to my current PHP Project in current development, I have with the following configurations....