Skip to content

Commit

Permalink
🚸 Initial set of issue templates (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Templum authored Mar 16, 2024
1 parent 4999251 commit 2d2a0ba
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] "
labels: bug
assignees: ''

---

**Describe the bug**
Please explain what you encountered and if possible provide some example code, the best would be a minimal reproducible product.

**Additional Information**
Please feel free to attach error messages or other useful information

**Environment**

Node:
- Version
- Package Manager
- JSR Version

Deno:
- Version
- JSR Version

Browser:
- Version
- Bundler
- Package Manager
- JSR Version
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an decorator/feature for this lib
title: "[IDEA]"
labels: enhancement
assignees: ''

---

**What are you trying to solve?**
A clear and concise description of what the problem is.

**Describe how the decorator is supposed to operate**
A clear and concise description of what the decorator does and what configuration it requires, along with the meaningful defaults you would select.

**Additional context**
Add any other context or screenshots about the feature request here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Question
about: You have a question or want to verify something ?
title: ''
labels: question
assignees: ''

---

Please use the issues section only for bugs and feature requests, questions and such are best handled in the discussion section.

0 comments on commit 2d2a0ba

Please sign in to comment.