From f862ba40c7bdf38748277365e9de4126fb2bc988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 11 Feb 2026 13:53:07 +0100 Subject: [PATCH] docs: revise bug report template for improved instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated bug report template for clarity and detail. Signed-off-by: Kévin Dunglas --- .github/ISSUE_TEMPLATE/bug_report.yaml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index f2645d0c43..a36fa78d0b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -7,16 +7,18 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report! - Before submitting a bug, please double-check that your problem [is not - a known issue](https://frankenphp.dev/docs/known-issues/) - (especially if you use XDebug or Tideways), and that is has not - [already been reported](https://github.com/php/frankenphp/issues). + + Before submitting, please ensure that your issue: + + * Is not [a known issue](https://frankenphp.dev/docs/known-issues/). + * Has not [already been reported](https://github.com/php/frankenphp/issues). + * Is not caused by a dependency (like Caddy or PHP itself). If the issue is with a dependency, please report it to the upstream project directly. - type: textarea id: what-happened attributes: label: What happened? description: | - Tell us what you do, what you get and what you expected. + Tell us what you do, what you get, and what you expected. Provide us with some step-by-step instructions to reproduce the issue. validations: required: true @@ -30,7 +32,7 @@ body: - Docker (Debian Bookworm) - Docker (Alpine) - deb packages - - rpm packages + - RPM packages - Static binary - Custom (tell us more in the description) default: 0 @@ -55,6 +57,8 @@ body: options: - GNU/Linux - macOS + - Windows + - FreeBSD - Other (tell us more in the description) default: 0 validations: