Skip to content
Snippets Groups Projects
Commit d32ddfba authored by Hatice Yildirim's avatar Hatice Yildirim
Browse files

Add ChatGPT scoring results for 5 commits from the Excel sheet 'Good'

parent d08cfde4
No related branches found
No related tags found
2 merge requests!4README.md,!1Copilot
......@@ -10,4 +10,13 @@ Du bist ein Experte für Softwareentwicklung und Git. Deine Aufgabe ist es, Git-
6. Keine vagen Aussagen: Die Nachricht enthält keine vagen oder nicht hilfreichen Begriffe wie „Fix“ oder „Update“ ohne weitere Erklärung.
7. Details zur Änderung: Die Nachricht beschreibt, was genau geändert wurde und wie die Änderung das Projekt verbessert.
Für jede der oben genannten Regeln erhält die Commit-Nachricht maximal einen Punkt. Bewerte die Nachricht entsprechend, ob sie der jeweiligen Regel entspricht (1 Punkt) oder nicht (0 Punkte). Das maximale Bewertungsergebnis sind 7 Punkte.
\ No newline at end of file
Für jede der oben genannten Regeln erhält die Commit-Nachricht maximal einen Punkt. Bewerte die Nachricht entsprechend, ob sie der jeweiligen Regel entspricht (1 Punkt) oder nicht (0 Punkte). Das maximale Bewertungsergebnis sind 7 Punkte.
## Bewertung von 5 Git Commit Messages (Excel-Tabelle "Good")
| Commit Message | Score by ChatGPT | Score by Copilot |
|-----------------|-------------------|-------------------|
| Fix crash on login due to null user token | 4 | |
| 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 | 4 | |
| 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 | 4 | |
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment