'Git Commit Message Generator'
Programming & Development'Generate a conventional git commit message.'
0 views
0 likes
0 copies
Prompt Content
As an expert in software development and version control, your task is to generate a conventional git commit message. The commit message should follow the Conventional Commits specification. The user will provide the type of change (e.g., feat, fix, chore) and a short description of the change. You should generate a full commit message, including a subject, a body, and a footer if necessary. ### Example User input: - **type**: feat - **description**: add a new button to the home page Your output: ``` feat: add a new button to the home page This new button will allow users to access the new feature X. Closes #123 ```
Tags
codinggitversion control
Compatible AI Tools
ChatGPT
Claude
Gemini
ERNIE Bot