Skip to content

Commit afb389c

Browse files
committed
Update issue templates
1 parent a13c2df commit afb389c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve. Please fill out each section completely.
4+
5+
---
6+
7+
**Describe the bug**
8+
A clear and concise description of what the bug is.
9+
10+
**Eloquent Query**
11+
Please provide the complete eloquent query that caused the bug, for example:
12+
```php
13+
$model->with('otherModel')->get();
14+
```
15+
16+
**Stack Trace**
17+
The full stack trace from your log file.
18+
19+
**Environment**
20+
- PHP: [e.g. 7.1.0]
21+
- OS: [e.g. Ubuntu 18.04]
22+
- Laravel: [e.g. 5.6.15]
23+
- Model Caching: [e.g. 0.2.61]
24+
25+
**Additional context**
26+
Add any other context about the problem here.

0 commit comments

Comments
 (0)