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 chatgpt | score CoPilot |
|---|---|---|
| commit 5ba3db6a7d28494c4fbf3a908f5591bca0d90457 | ||
| Fix failing CompositePropertySourceTests | ||
| Fix CompositePropertySourceTests which fails when run we debug logging. | 4/5 | 4/5 |
| commit 84564a0c7b6c34cec4beede6ee75078a6073abb9 | ||
| Rework @PropertySource early parsing logic | ||
| Rework the @PropertySource parsing logic recently changed in commit7c608886 to deal with the same source appearing on a @Configurationclass and an @Import class. | ||
| Processing now occurs in a single sweep, with any previously addedsources being converted to a CompositePropertySource. | ||
| Issue: SPR-12115 | 4,5/5 | 3/5 |
| commit e142fd11e08261de16f79e23081e02cab3d9f628 | ||
| Add tests for ImportSelector meta-data | ||
| Issue: SPR-12059 | 3,5/5 | 4/5 |
| commit 887815f4fa15adf2ffea61c321783b54e100b924 | ||
| Update docbook dependency and generate epub | ||
| Issue: SPR-11167 | 4/5 | 4/5 |
Commit Messages, die den Regeln NICHT entsprechen
| Commit message | Score by ChatGPT | Score by CoPilot |
|---|