Skip to content

Commit

Permalink
chore: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Sep 4, 2021
1 parent 3268f8d commit 22d4a40
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 41 deletions.
50 changes: 35 additions & 15 deletions .github/ISSUE_TEMPLATE/bug.md
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. -->
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
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?
-->
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
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.
-->
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/task.md

This file was deleted.

0 comments on commit 22d4a40

Please sign in to comment.