- Enables setting a pre determined template to be used as the commit message
- Supports Intellij 2016 and up.
- Tested on RubyMine, PHPStorm and IDEA community Edition
- Download the plugin and Install from the plugin manager in the IDE (File > Settings > Plugins > Install plugin from disk)
Or
- Install directly from the IDE plugin manager (File > Settings > Plugins > Browser repositories > Commit Message Template)
Open Settings > Tools > Commit Message Template.
Enter the desired template or set the path to a template file.
If you set something in the comment characters, any line in the template file that starts with that character will be ignored when building the message
In the Commit Changes Dialog, click the commit message template button
Inspired by and built upon the what-the-commit plugin