summaryrefslogtreecommitdiff
path: root/preact/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
Diffstat (limited to 'preact/.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--preact/.github/ISSUE_TEMPLATE/bug_report.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/preact/.github/ISSUE_TEMPLATE/bug_report.md b/preact/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..b0dd055
--- /dev/null
+++ b/preact/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,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?