From 22fc54feb1c38667c3367e58e4c0d129e0bcbc41 Mon Sep 17 00:00:00 2001 From: Muhamed <Muhamedalici@hotmail.de> Date: Sun, 13 Apr 2025 02:09:41 +0200 Subject: [PATCH] create Feature --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ab5d1d..3d78dc5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ +### prompt: you are a expert in Development management and you know how a well constructed commit message looks like.I will send you Commit messages which you have to rate between 1 to 5, with 5 beeing good. For some Context here are 7 rules of a well constructed commit message: Separate subject from body with a blank line.Limit the subject line to 50 characters.Capitalize the subject line. Do not end the subject line with a period. Use the imperative mood in the subject line. Wrap the body at 72 characters. Use the body to explain what and why vs. how. Send me the Score and a short reason why you have given that score. + + + ### Commit Messages, die den Regeln entsprechen -| Commit message | Score by ChatGPT | Score by CoPilot | -| :------------------------------------------------ | :--------------- | :--------------- | +| commit message | score chatgpt | score CoPilot | +|-------------------------------------------------------------------------|---------------|---------------| +| commit 5ba3db6a7d28494c4fbf3a908f5591bca0d90457 | | | +| Fix failing CompositePropertySourceTests | | | +| Fix CompositePropertySourceTests which fails when run we debug logging. | 4/5 | 4/5 | ### Commit Messages, die den Regeln NICHT entsprechen -- GitLab