Skip to content

Commit 88d6564

Browse files
Update issue templates
This PR updates our issue templates to switch away from the legacy issue templates. The new version in GitHub allows users to chose if they want to report an issue or propose a feature. See the GitHub docs for screenshots: https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
1 parent 9d738ff commit 88d6564

File tree

3 files changed

+39
-39
lines changed

3 files changed

+39
-39
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 39 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
- [ ] Check if updating to the latest Preact version resolve the issue
11+
12+
**Describe the bug**
13+
A clear and concise description of what the bug is.
14+
15+
**To Reproduce**
16+
17+
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
18+
19+
Steps to reproduce the behavior:
20+
1. Go to '...'
21+
2. Click on '....'
22+
3. See error
23+
24+
**Expected behavior**
25+
What should have happened when following the steps above?
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: feature request
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the feature you'd love to see**
11+
A clear and concise description of what you'd love to see added to Preact.
12+
13+
**Additional context (optional)**
14+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)