Skip to content

Commit 2c6c9a4

Browse files
Add issue templates bug + documentation (#4457)
1 parent 44ae7cb commit 2c6c9a4

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

.github/ISSUE_TEMPLATE/bug-issue.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: "Bug Report"
3+
about: "Report an issue with the PHP documentation"
4+
title: "[Bug] Issue with ..."
5+
labels: "bug"
6+
assignees: ""
7+
---
8+
9+
**Affected page**
10+
11+
_(Provide the URL or file path of the affected documentation page.)_
12+
13+
**Issue description**
14+
15+
_(Describe the bug, including incorrect behavior, broken links, or missing content.)_
16+
17+
**Steps to reproduce**
18+
19+
1. Go to _(page URL)_
20+
2. _(Describe the actions leading to the issue)_
21+
3. _(Explain the expected behavior)_
22+
23+
**Suggested fix**
24+
25+
_(Provide corrections or relevant references if possible.)_
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "Documentation Improvement"
3+
about: "Suggest an improvement for the PHP documentation"
4+
title: "[Docs] Improve ..."
5+
labels: "enhancement"
6+
assignees: ""
7+
---
8+
9+
**Affected page**
10+
11+
_(Provide the URL or file path of the documentation to improve.)_
12+
13+
**Current issue**
14+
15+
_(Explain why the content could be improved, e.g., outdated information, missing examples, lack of clarity.)_
16+
17+
**Suggested improvement**
18+
19+
_(Provide updated content, code snippets, or explanations that could enhance the documentation.)_
20+
21+
**Additional context**
22+
23+
_(Optional: Provide any references or examples from official sources.)_

0 commit comments

Comments
 (0)