Create README.md

This commit is contained in:
Aiden Fuller 2025-04-11 21:11:50 +10:00 committed by GitHub
parent c464efa4cd
commit 747b1bee17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
README.md Normal file
View file

@ -0,0 +1,13 @@
A plugin for JetBrains IDEs that automatically prefixes commit messages with information extracted from branch names.
Features:
- Extract information from branch names using configurable regex patterns
- Format commit messages using configurable format patterns
- Enable/disable the plugin from the commit dialog
The branch name extraction pattern is configurable from the IDE settings
Example:
- Branch name: `feature/12345-add-new-feature`
- Commit message: `Initial implementation`
- Result: `#12345 - Initial implementation`