summaryrefslogtreecommitdiff
path: root/preact/.github/ISSUE_TEMPLATE/bug_report.md
blob: b0dd055257b5e0923da5fb27094141a9b2db92ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

- [ ] Check if updating to the latest Preact version resolves the issue

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**

If possible, please provide a CodeSandbox/Codepen that demonstrates the issue. You can use the following template: https://codesandbox.io/s/preact-x-preact-cli-3-starter-vj285y2rn3

Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. See error

**Expected behavior**
What should have happened when following the steps above?