diff --git a/README.md b/README.md
index 5ab5d1df32b8642f67cccc355d474f6ee724318a..3d78dc52f1b0f8c2d4c010f09c7e3b4b5a85198f 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