Add help message or clickable fill for type
>>> [!note] Issue information <!-- Drupal.org comment --> <!-- Migrated from issue #3542433. --> From user: [bbrala](https://www.drupal.org/user/3366066) Related to !12 [Contribution record](https://www.drupal.org/contribution-record?source_link=https://git.drupalcode.org/project/contribution_records/-/issues/3542433) [Fork management](https://www.drupal.org/drupalorg/issue-fork/management?source_link=https://git.drupalcode.org/project/contribution_records/-/issues/3542433) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Now we have a very short suggestion what to fill in the type of the issue. This could be expanded on. In the issue talking about this change in commit messages i linked to a document with all types and what they mean. We should either link to better docs or even have a way to quickly select one. Not sure what would be good ux. </p> <p><a href="https://github.com/pvdlg/conventional-changelog-metahub#commit-types">https://github.com/pvdlg/conventional-changelog-metahub#commit-types</a></p> <table class=""> <thead> <tr> <th align="center">Commit Type</th> <th>Title</th> <th>Description</th> <th align="center">Emoji</th> <th>Release</th> <th align="center">Include in changelog</th> </tr> </thead> <tbody> <tr> <td align="center"><code>feat</code></td> <td>Features</td> <td>A new feature</td> <td align="center">&#10024;</td> <td><code>minor</code></td> <td align="center"><code>true</code></td> </tr> <tr> <td align="center"><code>fix</code></td> <td>Bug Fixes</td> <td>A bug Fix</td> <td align="center">&#128027;</td> <td><code>patch</code></td> <td align="center"><code>true</code></td> </tr> <tr> <td align="center"><code>docs</code></td> <td>Documentation</td> <td>Documentation only changes</td> <td align="center">&#128218;</td> <td><code>patch</code> if <code>scope</code> is <code>readme</code></td> <td align="center"><code>true</code></td> </tr> <tr> <td align="center"><code>style</code></td> <td>Styles</td> <td>Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)</td> <td align="center">&#128142;</td> <td>-</td> <td align="center"><code>true</code></td> </tr> <tr> <td align="center"><code>refactor</code></td> <td>Code Refactoring</td> <td>A code change that neither fixes a bug nor adds a feature</td> <td align="center">&#128230;</td> <td>-</td> <td align="center"><code>true</code></td> </tr> <tr> <td align="center"><code>perf</code></td> <td>Performance Improvements</td> <td>A code change that improves performance</td> <td align="center">&#128640;</td> <td><code>patch</code></td> <td align="center"><code>true</code></td> </tr> <tr> <td align="center"><code>test</code></td> <td>Tests</td> <td>Adding missing tests or correcting existing tests</td> <td align="center">&#128680;</td> <td>-</td> <td align="center"><code>true</code></td> </tr> <tr> <td align="center"><code>build</code></td> <td>Builds</td> <td>Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)</td> <td align="center">&#128736;</td> <td><code>patch</code></td> <td align="center"><code>true</code></td> </tr> <tr> <td align="center"><code>ci</code></td> <td>Continuous Integrations</td> <td>Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)</td> <td align="center">&#9881;&#65039;</td> <td>-</td> <td align="center"><code>true</code></td> </tr> <tr> <td align="center"><code>chore</code></td> <td>Chores</td> <td>Other changes that don't modify src or test files</td> <td align="center">&#9851;&#65039;</td> <td>-</td> <td align="center"><code>true</code></td> </tr> <tr> <td align="center"><code>revert</code></td> <td>Reverts</td> <td>Reverts a previous commit</td> <td align="center">&#128465;</td> <td>-</td> <td align="center"><code>true</code></td> </tr> </tbody> </table> <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 #3543076](https://www.drupal.org/node/3543076)
issue