Skip to content

Commit

Permalink
chore: Add issue templates to the repo (#550)
Browse files Browse the repository at this point in the history
* chore: Create feature-request.md

* chore: Create bug-report.md

* chore: Formatting
  • Loading branch information
rschristian committed May 22, 2024
1 parent bd5c4d8 commit 79f5441
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---

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

**Environment**
- [ ] I am using `@preact/signals-core`
- [ ] I am using `@preact/signals`
- [ ] I am using `@preact/signals-react`
- [ ] I understand usage changed in v2, and I've followed the [React Integration instructions](https://github.com/preactjs/signals/tree/chore/issue-templates/packages/react#react-integration)

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

**To Reproduce**
Please provide a link to a StackBlitz/CodeSandbox/Codepen project or a GitHub repository that demonstrates the issue.

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?
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature request
assignees: ''
---

**Describe the feature you'd love to see**
A clear and concise description of what you'd love to see added to Preact Signals.

**Additional context (optional)**
Add any other context or screenshots about the feature request here.

0 comments on commit 79f5441

Please sign in to comment.