Author: Derick Rethans (derickr)
Date: 2025-08-15T16:09:41+01:00

Commit: 
https://github.com/php/web-php/commit/10ff79838802fa9c6e8163cfc7a1a0d9e77efa33
Raw diff: 
https://github.com/php/web-php/commit/10ff79838802fa9c6e8163cfc7a1a0d9e77efa33.diff

Add link to issue creation

Changed paths:
  M  downloads.php


Diff:

diff --git a/downloads.php b/downloads.php
index 364792c9cf..fed2d91105 100644
--- a/downloads.php
+++ b/downloads.php
@@ -170,6 +170,13 @@ function option(string $value, string $desc, $attributes = 
[]): string
     </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'; ?>

Reply via email to