From 499eae44d9e19d178883cdf1604877d914212be6 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Tue, 15 Jul 2025 09:17:17 -0300 Subject: [PATCH] SIENTIAPDE-1150 docs: add PR shortcut instructions to README for summarizing changes in markdown format --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e69de29..01ebf1d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,6 @@ +#PR shortcut +``` +git log origin/main..HEAD --no-merges > git_log +``` +Prompt: +Write a summary of PR changes in markdown. Be objective and direct. Write to file \ No newline at end of file