Skip to content

Commit e8cba95

Browse files
authored
Update issue templates
1 parent 1762789 commit e8cba95

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
---
11+
name: 🐞 Bug Report
12+
about: Create a report to help us improve Laravel PWA
13+
title: "[Bug] "
14+
labels: bug
15+
assignees: ''
16+
17+
---
18+
19+
## 🐛 Describe the Bug
20+
21+
A clear and concise description of what the bug is.
22+
23+
## 📋 Steps to Reproduce
24+
25+
Steps to reproduce the behavior:
26+
27+
1. Go to '...'
28+
2. Click on '...'
29+
3. Scroll down to '...'
30+
4. See error
31+
32+
## 🤔 Expected Behavior
33+
34+
What you expected to happen.
35+
36+
## 😵 Actual Behavior
37+
38+
What actually happened.
39+
40+
## 🖼️ Screenshots or Logs
41+
42+
If applicable, add screenshots or error logs.
43+
44+
## 📦 Environment
45+
46+
- Laravel Version:
47+
- Package Version:
48+
- PHP Version:
49+
- Browser/OS:
50+
51+
## ✅ Additional Context
52+
53+
Any other context about the problem here.

0 commit comments

Comments
 (0)