diff --git a/README.md b/README.md index a67cc524ebacdbbbb448982cd30415d363b9b923..993fd890770e096f4d68f5c65a033db7ac5b9280 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,14 @@ 2 = schwach 3 = durchschnittlich 4 = gut -5 = exzellent \ No newline at end of file +5 = exzellent + +# Ziel: Bewertung von Git Commit Messages (Excel-Tabelle "Good") basierend auf den 7 Regeln von Chris Beams mithilfe von ChatGPT + +| 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 | | \ No newline at end of file