| Q |
A |
| Version |
1.3.2 (not relevant) |
| Bug? |
no |
| New feature? |
yes |
| Question? |
yes |
| Documentation? |
maybe |
| Related tickets |
none I could find |
I am thinking about using conventional commits as a standard for our projects and was looking at how to enforce that with GrumPHP. Now, this is not hard to implement via the existing git_commit_message task but I am thinking it could be made so much simpler for users by adding a new task for this.
I am happy to write a PR and help test it but I wanted to know what the maintainers thought about this change first. In my mind, I would create a new task class and extend the existing GrumPHP\Task\Git\CommitMessage task. Would you rather prefer another approach or not have this at all?
I am thinking about using conventional commits as a standard for our projects and was looking at how to enforce that with GrumPHP. Now, this is not hard to implement via the existing
git_commit_messagetask but I am thinking it could be made so much simpler for users by adding a new task for this.I am happy to write a PR and help test it but I wanted to know what the maintainers thought about this change first. In my mind, I would create a new task class and extend the existing
GrumPHP\Task\Git\CommitMessagetask. Would you rather prefer another approach or not have this at all?