Created
September 7, 2024 11:43
-
-
Save KiT-Maverik/c543f6f7b57bdc9eada786e4ee1edeb1 to your computer and use it in GitHub Desktop.
AI prompt for generating commit messages. (Currently available in JetBrains IDE)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Analyze the code changes provided and generate a commit message. The message should consist of two parts: | |
A short description (no more than 50 characters) summarizing the most important change. | |
Three sentences explaining the changes in detail, focusing on what was changed, why it was changed, and its impact on the codebase. | |
Separate the short description and detailed explanation with an empty line. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Like the prompt? Star it plz.
Have any suggestions? Let's talk!