From 722a347a079b58285d9e60a0a456bafd1a1f01e6 Mon Sep 17 00:00:00 2001 From: Shrikant Dhayje Date: Mon, 21 Mar 2022 00:46:44 +0530 Subject: [PATCH 1/3] updated details for filling bugs to GitHub Issue --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a77eec1e01fb9..91be13476e1d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ and build PHP source code. We recommend to look at our ## Filing bugs -Bugs can be filed on the [PHP bug tracker](https://bugs.php.net/). If this is +Bugs can be filed on the [GitHub Issues](https://github.com/php/php-src/issues/). If this is the first time you've filed a bug, we suggest reading the [guide to reporting a bug](https://bugs.php.net/how-to-report.php). From 23cd5bdab476b0eb8e9e17b29fa1209f0b05c26c Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Sun, 20 Mar 2022 20:22:16 +0100 Subject: [PATCH 2/3] Remove superfluous word in README.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91be13476e1d1..7e1c55947d1ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ and build PHP source code. We recommend to look at our ## Filing bugs -Bugs can be filed on the [GitHub Issues](https://github.com/php/php-src/issues/). If this is +Bugs can be filed on [GitHub Issues](https://github.com/php/php-src/issues/). If this is the first time you've filed a bug, we suggest reading the [guide to reporting a bug](https://bugs.php.net/how-to-report.php). From e338c46abd9041cd2cfe628568af9d6632e2e587 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Sun, 20 Mar 2022 20:27:28 +0100 Subject: [PATCH 3/3] Link new issue page directly --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7e1c55947d1ce..4d18eb2c98cbe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,8 +58,8 @@ and build PHP source code. We recommend to look at our ## Filing bugs -Bugs can be filed on [GitHub Issues](https://github.com/php/php-src/issues/). If this is -the first time you've filed a bug, we suggest reading the +Bugs can be filed on [GitHub Issues](https://github.com/php/php-src/issues/new/choose). +If this is the first time you've filed a bug, we suggest reading the [guide to reporting a bug](https://bugs.php.net/how-to-report.php). Where possible, please include a self-contained reproduction case!