Skip to content

Commit 6fc2d05

Browse files
committed
Bug report template
1 parent 8133d5a commit 6fc2d05

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report
3+
about: Report incorrect or unexpected behaviors
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**NOTE**: Please file security related issues to [email protected]
11+
to be able to coordinate releases across dependent projects privately.
12+
13+
**Detailed description:**
14+
15+
...
16+
17+
**Steps to reproduce:**
18+
19+
1. ...
20+
2. ....
21+
22+
**Expected behavior:**
23+
24+
A clear and concise description of what you expected to happen.
25+
26+
**Environment:**
27+
28+
Important information of your environment.
29+
- PHP Version: ...
30+
- PHP Extensions + Versions: ...
31+
- PHP Configuration: ...
32+
- ...
33+
34+
**Additional context:**
35+
36+
Add any other context about the problem here.

0 commit comments

Comments
 (0)