English

Improving the Quality of Commit Messages in Students' Projects

Software Engineering 2024-02-05 v1

Abstract

Commit messages play a crucial role in collaborative software development. They provide a clear and concise description of the changes made to the source code. However, many commit messages among students' projects lack useful information. This is a concern, as low-quality commit messages can negatively impact communication of software development and future maintenance. To address this issue, this research aims to help students write high-quality commit messages by "nudging" them in the right direction. We modified the GitHub Desktop application by incorporating specific requirements for commit messages, specifically "what" and "why" parts. To test whether this affects the quality of commit messages, we divided students from an Information Retrieval class into two groups, with one group using the modified application and the other using other interfaces. The results show that the quality of commit messages is improved in terms of informativeness, clearness, and length.

Keywords

Cite

@article{arxiv.2304.13887,
  title  = {Improving the Quality of Commit Messages in Students' Projects},
  author = {Iris Ma and Cristina V. Lopes},
  journal= {arXiv preprint arXiv:2304.13887},
  year   = {2024}
}

Comments

Accepted at ICSE SEENG Workshop 2023

R2 v1 2026-06-28T10:19:11.175Z