Skip to content

Commit 051b8cc

Browse files
fix review issue template github (#4578)
1 parent 54c9db6 commit 051b8cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "Bug Report"
33
about: "Report an issue with the PHP documentation"
4-
title: "[Bug] Issue with ..."
4+
title: "Issue with ..."
55
labels: "bug"
66
assignees: ""
77
---

.github/ISSUE_TEMPLATE/documentation-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "Documentation Improvement"
33
about: "Suggest an improvement for the PHP documentation"
4-
title: "[Docs] Improve ..."
4+
title: "Improve ..."
55
labels: "enhancement"
66
assignees: ""
77
---

0 commit comments

Comments
 (0)