Skip to content

Commit 24d96b5

Browse files
authored
chore: Add basic issue templates to repo (#74)
1 parent 269d0bb commit 24d96b5

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
- [ ] Check if updating to the latest `preact-iso` version resolves the issue
10+
11+
**Describe the bug**
12+
A clear and concise description of what the bug is.
13+
14+
**To Reproduce**
15+
16+
Please provide a link to a StackBlitz/CodeSandbox/Codepen project or a GitHub repository that demonstrates the issue. You can use the following template on StackBlitz to get started: https://stackblitz.com/edit/create-preact-starter-routing
17+
18+
Issues without reproductions will likely be closed, they're essential for ensuring we're all on the same page.
19+
20+
Steps to reproduce the behavior:
21+
22+
1. Go to '...'
23+
2. Click on '....'
24+
3. See error
25+
26+
**Expected behavior**
27+
What should have happened when following the steps above?
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: feature request
6+
assignees: ''
7+
---
8+
9+
**Describe the feature you'd love to see**
10+
A clear and concise description of what you'd love to see added to `preact-iso`.
11+
12+
**Additional context (optional)**
13+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)