1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add link to issue creation

This commit is contained in:
Derick Rethans
2025-08-15 16:09:41 +01:00
parent b7f8feebd9
commit 10ff798388

View File

@@ -170,6 +170,13 @@ if (!array_key_exists('osvariant', $options) || !array_key_exists($options['osva
</noscript>
</form>
<div class="tip">
<p>
Did you find a mistake? Didn't find what you were looking for?
Please <a href='https://github.com/php/web-php/issues/new?template=download-page.yml'>submit an issue</a>.
</p>
</div>
<h2>Instructions</h2>
<div id="instructions" class="instructions">
<?php $instructionsShown = include 'downloads-get-instructions.php'; ?>