Change format for git commit message for the Drupal Core project.
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3486271. --> Reported by: [quietone](https://www.drupal.org/user/2572884) Related to !310 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The Drupal core community has decided on a new format for the git commit message, <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-7"><a href="https://www.drupal.org/project/drupal/issues/3439331" title="Status: Closed (fixed)">#3439331: [policy] Decide on format of commit message</a></span>. This issue is to implement that decision.</p> <p>The chosen format is</p> <h4>Option D, uses <a href="https://www.conventionalcommits.org/en/v1.0.0/">conventional commits</a> without the optional scope</h4> <pre>[#999999] task: Convert MediaSource plugin discovery to attributes<br><br>Authored-by: sorlov &lt;xxx@no-reply...&gt;<br>Authored-by: quietone &lt;xxx@no-reply...&gt;<br>Authored-by: DanielVeza &lt;xxx@no-reply...&gt;<br>Reviewed-by: smustgrave &lt;xxx@no-reply...&gt;<br>Reviewed-by: alexpott &lt;xxx@no-reply...&gt;<br>Reviewed-by: mstrelan &lt;xxx@no-reply...&gt;</pre><p>See comments <a href="https://www.drupal.org/project/drupal/issues/3439331#comment-15562336">#8</a>, <a href="https://www.drupal.org/project/drupal/issues/3439331#comment-15770979">#23</a> of the <a href="https://www.drupal.org/project/drupal/issues/3439331">policy issue</a>.</p> <p>Related reference on commit types: <a href="https://github.com/pvdlg/conventional-changelog-metahub#commit-types">https://github.com/pvdlg/conventional-changelog-metahub#commit-types</a></p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3> > Related issue: [Issue #3439331](https://www.drupal.org/node/3439331)
issue