-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚸 Initial set of issue templates (#9)
- Loading branch information
Showing
3 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |