New issue template uses HTML headings incorrectly
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3516249. -->
Reported by: [alexdmccabe](https://www.drupal.org/user/1358588)
>>>
<h2 id="summary-problem-motivation">Problem/Motivation</h2>
<p>The new issue template uses <code>h3</code> and <code>h4</code> HTML tags even though there aren't any <code>h2</code> tags on the page. Acccording to the <a target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements">MDN heading documentation</a>, this is incorrect.</p>
<blockquote><ul>
<li>Do not use heading elements to resize text. Instead, use the <a target="_blank" href="https://developer.mozilla.org/en-US/docs/Glossary/CSS">CSS</a> <a target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-size"><code>font-size</code></a> font-size property.</li>
<li>Do not skip heading levels: always start from <code><h1></code>, followed by <code><h2></code> and so on.</li>
</ul>
</blockquote>
<p>
<cite><a target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#usage_notes">MDN Web Docs - <h1>–<h6>: The HTML Section Heading elements - Usage notes</a></cite>
</p>
<h3 id="summary-steps-reproduce">Steps to reproduce</h3>
<ol>
<li>Navigate to any project's issue queue.</li>
<li>Go to the "Create a new issue" link.</li>
<li>The template is automatically inserted into the "Issue summary" field.</li>
</ol>
<h2 id="summary-proposed-resolution">Proposed resolution</h2>
<p>Change the <code>h3</code> tags in the template to <code>h2</code>, and the <code>h4</code> tag(s) to <code>h3</code>.</p>
<h2 id="summary-remaining-tasks">Remaining tasks</h2>
<ul>
<li>Update the template.</li>
</ul>
<h2 id="summary-ui-changes">User interface changes</h2>
<ul>
<li>Better usage of headings. For an example, see this issue.</li>
</ul>
<h2 id="summary-api-changes">API changes</h2>
<p>N/A</p>
<h2 id="summary-data-model-changes">Data model changes</h2>
<p>N/A</p>
issue