Skip to content

Commit 13d3994

Browse files
authored
Update issue templates
1 parent 19cc628 commit 13d3994

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,31 @@ assignees: ''
77

88
---
99

10-
**Describe the bug**
10+
## Describe the bug
1111
A clear and concise description of what the bug is.
1212

13-
**To Reproduce**
13+
14+
15+
## To Reproduce
1416
Steps to reproduce the behavior:
1517

16-
**Expected behavior**
18+
19+
20+
## Expected behavior
1721
A clear and concise description of what you expected to happen.
1822

19-
**Screenshots**
20-
If applicable, add screenshots to help explain your problem.
2123

22-
**Component Versions (please complete the following information):**
23-
- Laravel [e.g. 10.30.2] :
24-
- Elasticsearch [e.g. 8.8] :
25-
- Plugin Version [e.g. 2.10.2] :
2624

25+
---
26+
**Screenshots**:
27+
If applicable, add screenshots to help explain your problem.
28+
29+
**Component Versions (Paste in the `require` section from your composer.json file):**
30+
```json
31+
"require": {
32+
33+
},
34+
```
2735

28-
**Additional context**
36+
**Additional context**:
2937
Add any other context about the problem here.

0 commit comments

Comments
 (0)