-
-
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.
- Loading branch information
1 parent
3268f8d
commit 22d4a40
Showing
5 changed files
with
82 additions
and
41 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 |
---|---|---|
@@ -1,27 +1,47 @@ | ||
--- | ||
name: Bug report | ||
about: Spot an error? Create a bug report | ||
title: 'BUG: ' | ||
labels: bug | ||
title: '🐛 ' | ||
labels: 'type:fix,status:needs-triage' | ||
assignees: '' | ||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the error is. | ||
## Description | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
1. Go to "..." | ||
2. Click on "...." | ||
3. Scroll down to "...." | ||
## Steps to reproduce | ||
|
||
<!-- Steps to reproduce the behavior: --> | ||
|
||
1. Go to '...' | ||
2. Click on '... | ||
3. Scroll down to '...' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
## Expected behavior | ||
|
||
<!-- A clear and concise description of what was expected to happen. --> | ||
|
||
## Relevant screenshots | ||
|
||
<!-- If applicable, add screenshots to help explain your problem. --> | ||
|
||
## Environment | ||
|
||
<!-- If applicable, add screenshots to help explain your problem. --> | ||
|
||
- Node version: [e.g `14`, `15`, `16`] | ||
- Package mangager version(s): [e.g. `[email protected]`] | ||
- Package version(s): [e.g. `v1.2.0`] | ||
- TypeScript version(s): [e.g. `4.2.4`, `4.3.4`] | ||
|
||
## Possible solution | ||
|
||
<!-- | ||
A clear and concise description of what you think may solve the problem. | ||
--> | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
## Additional context | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
<!-- Add any other details about the problem here. --> |
This file was deleted.
Oops, something went wrong.
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,26 @@ | ||
--- | ||
name: Feature | ||
about: Suggest new project feature | ||
title: '👀 ' | ||
labels: type:feat | ||
assignees: '' | ||
--- | ||
|
||
## Describe the ideal solution or feature request | ||
|
||
<!-- A clear and concise description of what the user wants to happen. --> | ||
|
||
## Impact, usage, and difficulty | ||
|
||
| User goals | Usage frequency | Difficulty scale | | ||
| ------------------------------------- | ---------------------------------- | ----------------------------------------------- | | ||
| ie. What the user wants to accomplish | ie. Daily, weekly, monthly, yearly | ie. Scale of 1 - 5 (filled out post submission) | | ||
| - | - | - | | ||
|
||
## How does this tie into our current product? | ||
|
||
<!-- | ||
Describe whether this request is related to an existing workflow, feature, or | ||
otherwise something in the product today. Or, does this open us up to new | ||
markets and innovative ideas? | ||
--> |
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,21 @@ | ||
--- | ||
name: Question | ||
about: Get help | ||
title: '🧐 ' | ||
labels: type:question | ||
assignees: '' | ||
--- | ||
|
||
## Background | ||
|
||
<!-- | ||
Details about what you were trying to achieve before encountering the problem. | ||
Include code snippets if applicable. | ||
--> | ||
|
||
## Problem statement | ||
|
||
<!-- | ||
Details about the problem you encountered while trying to achieve your goal. | ||
Include code snippets if applicable. | ||
--> |
This file was deleted.
Oops, something went wrong.