recently started using PhpStorm for a PHP project

Hi everyone,

Our team of six has recently started using PhpStorm for a PHP project, and it’s been great so far. To keep our version control organized and generate clear changelogs, we’ve adopted a standardized format for commit messages. Here's the format we use: 

<type>(<scope>): <subject>  
<body>  
Type: The kind of change (e.g., feat, fix, chore, etc.)
Scope: The area of the codebase being modified (e.g., forum, API, etc.)
Subject: A concise summary of the change.
Body: Optional detailed description.
We’re looking for a way to streamline this process in PhpStorm by using a commit message template. Ideally, we want to:

Select the type and scope from dropdown menus.
Auto-fill the commit message template with placeholders.
Quickly add the subject and body.
So far, we haven’t found a plugin or built-in feature in PhpStorm that does this. Has anyone encountered a solution or workaround for this? Alternatively, is this a feature that could potentially be added to PhpStorm?

Thanks for any advice!

0

请先登录再写评论。