From df3aefc408dd69e796fc7fca868b74a1c3090ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20SERRE?= Date: Fri, 12 Dec 2025 10:15:34 +0100 Subject: [PATCH] Update bug report template to include reproduction info Added a section for reproducing the bug with WordPress versions and removed the environment details section. --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 722c1ee..3855f44 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -10,6 +10,9 @@ assignees: '' **Describe the bug** A clear and concise description of what the bug is. +**Reproduced with** +Describe your WordPress, theme and plugins version activated to reproduce the issue + **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' @@ -20,12 +23,6 @@ Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. -**Environment (please complete the following information):** - - Device: [e.g. Desktop, iPhone...] - - OS: [e.g. Unbuntu, iOS...] - - Browser [e.g. Chrome, Safari...] - - Version [e.g. 22] - **Additional context, screenshots** Add any other context about the problem here. If applicable, add screenshots to help explain your problem.