Skip to content

Commit 65d5be3

Browse files
committed
chore: split issue template into bug and feature
1 parent 7abd95c commit 65d5be3

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Bug report
3+
about: Something isn't working as expected.
4+
---
5+
6+
> What is the current behavior?
7+
8+
> What is the expected behavior?
9+
<!-- If your use case is complicated, please be as descriptive as possible. -->
10+
11+
> Could you provide a [CodeSandbox](https://codesandbox.io/) demo reproducing the bug?
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Feature request
3+
about: I have a suggestion on how to improve the library.
4+
---
5+
6+
> What would you like improved?

0 commit comments

Comments
 (0)