Skip to content

Commit 10ff798

Browse files
committed
Add link to issue creation
1 parent b7f8fee commit 10ff798

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

downloads.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,13 @@ function option(string $value, string $desc, $attributes = []): string
170170
</noscript>
171171
</form>
172172

173+
<div class="tip">
174+
<p>
175+
Did you find a mistake? Didn't find what you were looking for?
176+
Please <a href='https://github.com/php/web-php/issues/new?template=download-page.yml'>submit an issue</a>.
177+
</p>
178+
</div>
179+
173180
<h2>Instructions</h2>
174181
<div id="instructions" class="instructions">
175182
<?php $instructionsShown = include 'downloads-get-instructions.php'; ?>

0 commit comments

Comments
 (0)