What am i doing wrong in MR?


i created MR after reading the contribution instruction. But my MR get warning and failed on the format and check-commit-message.
what am i doing wrong?

I see that you have fixed this what did you do? Also you should have provided the URL for this: tracking/2026/vashu_kashyap.md: Add tracking information for Vashu Kashyap (!142) · Merge requests · RTEMS / Programs / Google Summer of Code · GitLab

Hello Vashu,

if you click on the “check-commit-message” you should see the log of the CI run. It tells you that the commit message body is empty. You should add a bit of description to your commit, what you did. Of course sometimes - like in that case - that check is a bit overambitious, because your subject already tells what you did. But the check has to match all sizes of commits and therefore it checks that.

Regarding the format: Again, you can click that message. In the right area of the output, you’ll see an “External links” section with some links to an overview and diffs. These show what the formatter didn’t like. In your case it’s that page:

gsoc MR #142 Pipeline #4994 Job #20418

In the format diff, you will see that you have a space at the end of one line.

Best regards

Christian

1 Like

weird, as for me it only showed warning instead of error out when i submitted MR without commit description

Thanks for the instructions. I did the changes and my MR pass the pipeline successfully.