Skip to content

Commit 4095eca

Browse files
authored
chore: update bug_report.md
Updated the bug report template to remove default title and add a code sample section.
1 parent 9db8b6c commit 4095eca

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug report
33
about: Report a bug
4-
title: "[BUG]"
4+
title: ""
55
labels: bug
66
assignees: ''
77

@@ -16,6 +16,13 @@ A clear and concise description of what the bug is.
1616
- Extension version [e.g. 1.2.0]
1717
- Alpine.js version [eg. 3.8.0]
1818

19+
**Code sample**
20+
21+
Minimal code sample (ideally inline, **not** codesanbox/codepen as those have been deleted before the issue could be addressed in the past)
22+
```html
23+
<div x-data="badComponent"></div>
24+
```
25+
1926
**To Reproduce**
2027
Steps to reproduce the behavior:
2128
1. Go to '...'

0 commit comments

Comments
 (0)