Make Stunning MR title and Descriptions using LLMs
So, usaully I try to write summaries in my Merge Request with more mindfully so that the reviewers get bit more information before actually reviewing the code.
But then again, writing it from the scratch is hard! So recently I started doing this
Steps:
Run `git diff main... > my-changes.diff`. this is what I run in my target branch.
get the my-changes.diff
Upload it to your favourite LLM with this promt "
Make an MR description for this following code changes. make
- mr tilte
- mr description
I prefer bullet points, conise points, not too much info, give me in read me format
And Done :)