Author: Guilliam Xavier (guilliamxavier)
Committer: GitHub (web-flow)
Pusher: cmb69
Date: 2022-07-08T14:02:19+02:00

Commit: 
https://github.com/php/web-php/commit/2c3eb8db192877d3fb9d79b2c13641f1a34ac43f
Raw diff: 
https://github.com/php/web-php/commit/2c3eb8db192877d3fb9d79b2c13641f1a34ac43f.diff

Changelog: do not confuse GH-xxx with #xxx bugs

Closes GH-619.

Changed paths:
  M  include/changelogs.inc


Diff:

diff --git a/include/changelogs.inc b/include/changelogs.inc
index 994133192..1e53d9b43 100644
--- a/include/changelogs.inc
+++ b/include/changelogs.inc
@@ -24,7 +24,7 @@ function githubissue($repo, $number) {
 }
 
 function githubissuel($repo, $number) {
-    echo "<a href=\"https://github.com/$repo/issues/$number\";>#$number</a>";
+    echo "<a href=\"https://github.com/$repo/issues/$number\";>GH-$number</a>";
 }
 
 function release_date($in) {

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to