1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

fix review issue template github (#4578)

This commit is contained in:
Philippe DELENTE
2025-04-03 22:56:54 +02:00
committed by GitHub
parent 54c9db669d
commit 051b8cc371
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
---
name: "Bug Report"
about: "Report an issue with the PHP documentation"
title: "[Bug] Issue with ..."
title: "Issue with ..."
labels: "bug"
assignees: ""
---

View File

@@ -1,7 +1,7 @@
---
name: "Documentation Improvement"
about: "Suggest an improvement for the PHP documentation"
title: "[Docs] Improve ..."
title: "Improve ..."
labels: "enhancement"
assignees: ""
---