From 27753ee04fadb9ce14c659c30c7edd608df369ab Mon Sep 17 00:00:00 2001
From: Hatice Yildirim <Hatice.Yildirim@student.reutlingen-university.de>
Date: Sat, 12 Apr 2025 23:17:30 +0200
Subject: [PATCH] Add Copilot scoring results for 5 commits from the Excel
 sheet 'Good'

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 891f547..8203885 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,11 @@
 
 | Commit Message | Score by ChatGPT | Score by Copilot |
 |----------------|------------------|------------------|
-| Fix crash on login due to null user token  |  3   | |
-| Rework the @PropertySource parsing logic recently changed in commit 7c608886 to deal with the same source appearing on a @Configuration class and an @Import class  |  5   | |
-| Issue: SPR-12059  |  1   | |
-| Update HierarchicalUriComponents.toUri() to only prepend a missing '/' when the scheme, user info, host or port are specified. This makes the toUri() method behave in the same way as .toUriString() and allows relative URIs to be created.  |  5   | |
-| UriComponentsBuilder supports query without value  |  3   | |
+| Fix crash on login due to null user token  |  3   |  3   |
+| Rework the @PropertySource parsing logic recently changed in commit 7c608886 to deal with the same source appearing on a @Configuration class and an @Import class  |  5   |  5   |
+| Issue: SPR-12059  |  1   |  1   |
+| Update HierarchicalUriComponents.toUri() to only prepend a missing '/' when the scheme, user info, host or port are specified. This makes the toUri() method behave in the same way as .toUriString() and allows relative URIs to be created.  |  5   |  5   |
+| UriComponentsBuilder supports query without value  |  3   |  3   |
 
 # Ziel: Bewertung von Git Commit Messages (Excel-Tabelle "Bad") basierend auf den 7 Regeln von Chris Beams mithilfe von ChatGPT
 
-- 
GitLab